Convert GoDadddy Cert to PFX + Private Key for Apache
Use these steps to convert your Godaddy-issued Certificate (CRT or P7B) for use with Apache (requires PFX + Private Key). Important Note: The certificate request most be down on an IIS server, so it's easier to import it back in the server. Other, the first part of the guide will have to be done using the Certificates MMC. Convert the files to password-protected PFX Open IIS on the server there the CSR was created Go to the Server Node, and open Server Certificates On the right pane, choose Complete Certificate Request and choose the CRT of P7B file from GoDaddy, assign a simple name. Once done, right-click the certificate and choose Export Assign a filename for the Export Assign a password Click Export to create the PFX file Convert the password-protected PFX file to PFX + private key Go to the Apache server and open a command prompt If needed, add the path then openssl.exe file to the PATH environmental variable by issuing this command: PATH=%PATH%;{folder location of openssl.ex...