Windows asks for p12 password when installing p12 key generated by openssl
Posted
by David Thornley
on Stack Overflow
See other posts from Stack Overflow
or by David Thornley
Published on 2010-03-16T05:28:48Z
Indexed on
2010/03/16
5:36 UTC
Read the original article
Hit count: 511
If I generate a p12 certificate with openssl as: -
openssl pkcs12 -export -in myprivatecert.pem -nokeys -out mycert.p12
Even though I ask openssl to not export the private key, why does windows still require the private key password when installing the certificate.
I figure I am missing something.
Thanks in advance,
David.
© Stack Overflow or respective owner