openssl pkcs12

From wikieduonline
Revision as of 16:25, 16 August 2023 by Chmod15 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: