openssl pkcs12

From wikieduonline
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 myPrivateKey.pem -in certs.pem

Related commands[edit]

See also[edit]

Advertising: