I want to extract the public and private key from my PKCS#12 file for later use in SSH-Public-Key-Authentication. Right now, I’m generating keys via ssh-keygen which I put into...
I have OpenSSL x64 on Windows 7 which I downloaded from openssl-for-windows on Google Code. I’m attempting to run: openssl pkcs12 -export -in "path.p12" -out "newfile.pem" but I get...