Thursday, March 26, 2020

Running into issues when attempting to convert 3 SSL Intermediary files from GoDaddy into PFX format (via OpenSSL). More inside.

Bottom line is i need to get a pfx file out of these SSL cert files I'm working with.

Below is a screenshot of the files I'm working with:

https://imgur.com/a/XwPG0oB

I've been using the following link as a reference:

https://www.godaddy.com/community/SSL-And-Security/How-do-I-convert-CRT-to-PFX-or-get-a-PFX-certificate/td-p/99690

When running the following via OpenSSL:

openssl pkcs12 -export -out export.pfd -inkey privkey.pem -in d22a2246a7486EB.crt 

error:

Expecting: ANY PRIVATE KEY error in pkcs12 


No comments:

Post a Comment