PKCS12
Jump to navigation
Jump to search
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
Generate .p12 from .pem
openssl pkcs12 -export -out keyStore.p12 -inkey myKey.pem -in certs.pem
Related terms
See also
Advertising: