openssl - Mac verify error: invalid password? when trying to convert .pfx to .pem -


new openssl, did google couldn't find solution following error. have installed openssl on windows machine , trying convert .pfx .crt/.pem/.key keep getting mac verify error: invalid password? error.

trying use certificate can install on apache server.

any help? thank you.

i experienced "mac verify error: invalid password" error too. after put password in command line this, works me:

openssl pkcs12 -in path.p12 -out myoutput.pem -nocerts -nodes -password pass:<mypassword> 

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -