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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -