- Download IIS certificate from Godaddy. and then covert to pfx
- Download and install OpenSSL for Windows from here
- Key file is available at \\192.168.2.29\RSA-Share\IT\SSL
- Place the .crt file & .key file into C:\Program Files\OpenSSL-Win64\bin.
- Change directory to OpenSSL installed directory from command prompt.
Run the comman , set RANDFILE=C:\Program Files\OpenSSL-Win64\bin\<RANDOMFILENAME>.rnd
-
set OPENSSL_CONF=C:\OpenSSL-Win64\bin\openssl.cfg
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt ( rename the file name with actual)
Open IIS manager --> server certificates--> Import certificate and select pfx
Edit site binding and select new certificate and restart the site.
Godaddy SSL Installation on IIS
Modified on: Sun, 9 Aug, 2020 12:56
Yes No
Sorry we couldn't be helpful. Help us improve this article with your feedback.