Monday, July 3, 2017
Convert a .p12 file to .pem
PEM files are fully encrypted.
Openssl can turn a P12 file in a PEM file with both public and private keys using this command:
openssl pkcs12 -in certinput.p12 -out certoutput.pem -nodes
References
https://serverfault.com/questions/9708/what-is-a-pem-file-and-how-does-it-differ-from-other-openssl-generated-key-file
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment