Difference between revisions of "PKCS12"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
* <code>[[.cer]]</code> | * <code>[[.cer]]</code> | ||
* [[Replace .p12 certificate]] | * [[Replace .p12 certificate]] | ||
+ | * [[The specified keychain could not be found.]] | ||
== See also == | == See also == |
Revision as of 11:26, 20 July 2023
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 myPrivateKey.pem -in certs.pem openssl pkcs12 -export -out keyStore.p12 -inkey myPrivateKey[[.pem] -in certs[[.pem] Enter pass phrase for myPrivateKey[[.pem]: Enter Export Password: Verifying - Enter Export Password:
file your_p12_file.p12 your_p12_file.p12: data
Related terms
See also
Advertising: