Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Extract private key from PKCS12 file
- openssl pkcs12 -in keystore.p12 -nocerts -nodes -out privateKey.pem
- # Extract certificates from PKCS12 file
- $ openssl pkcs12 -in keystore.p12 -clcerts -nokeys -out publicKey.pem
Advertisement
Add Comment
Please, Sign In to add comment