OpenSSL and Godaddy certificates

Ever had the issue that when creating a wildcard cert with generated private key you get the key + certificate files from GoDaddy and need to create a .pfx file for some reason? And then openssl command complains that private key isn’t valid? Hope this helps. Prep # Get your zip for Apache from GoDaddy and unzip it. You should now have the generated private key, certificate file and the intermediate certificate file.
Read more →