pkrish
pkrish

Reputation: 2349

Extract private key and certificate from kpcs7 (.p7b) file

I have a .p7b file. How do I extract the key and certificate? I tried openssl, but I am not able to get the exact command/options.

Thanks!

Upvotes: 23

Views: 88807

Answers (1)

PKCS#7 file doesn't include private keys. As for certificate(s) you have not specified what platform you are using and how your question is related to programming.

Upvotes: 26

Related Questions