Difference between revisions of "PKCS12"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
* [[PKCS8]]: [[.p8]] | * [[PKCS8]]: [[.p8]] | ||
* <code>[[openssl pkcs12]]</code> | * <code>[[openssl pkcs12]]</code> | ||
+ | * <code>[[.cer]]</code> | ||
== See also == | == See also == |
Revision as of 00:23, 22 February 2022
It is normally used to store just one private key and its associated certificate chain.
Show certs:
openssl pkcs12 -info -in INFILE.p12 -nokeys
Show private key:
openssl pkcs12 -info -in INFILE.p12 -nocerts
Related terms
See also
Advertising: