openssl pkcs12

From wikieduonline
Revision as of 00:44, 22 February 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

https://www.openssl.org/docs/manmaster/man1/openssl-pkcs12.html

openssl pkcs12 -info -in INFILE.p12 -nodes
openssl pkcs12 -info -in INFILE.p12

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 commands

See also

Advertising: