user3087500
user3087500

Reputation: 31

I have p12 certificate when i am trying to convert it to cert.pem and key.pem. Key.pem is empty

I am running following commands:

openssl pkcs12 -in certficate.p12 -nokeys -out certficate.pem
openssl pkcs12 -in certficate.p12 -nodes -nocerts -out certficate_key.pem

My certficate_key.pem file is empty.

Upvotes: 1

Views: 2859

Answers (0)

Related Questions