Converting pfx. Passphrase?

I’ve read a few topics on here that say there is no passphrase and I can’t find any details in the documentation about a passphrase, but when I’m trying to convert the pfx in a powershell script with openssl to two pem files I’m asked for a passphrase. When I use a blank passphrase, it fails with “Mac verify error: invalid password?”

edit: Never mind… for some reason entering a blank password in powershell wasn’t working, but adding “-passin pass:” did the trick. Works for me.

1 Like