Details
-
Bug
-
Resolution: Fixed
-
Test Blocker
-
None
-
None
Description
Instead of -inkey key.pem it should be -inkey key.key
openssl pkcs12 -export -in cert.cer -inkey key.pem -out certificate.pfx -certfile CA.cer
VVVV
openssl pkcs12 -export -in cert.cer -inkey key.key -out certificate.pfx -certfile CA.cer