- How to Add Godaddy SSL Certificate to IIS 10 (Full 2024 Guide)?
- Installing Godaddy SSL Certificate on IIS 10 Server?
- Rekey and Install SSL Certificate in IIS 10 Server?
- Manually Install an SSL Certificate on my IIS 10 Server?
Download the SSL Certificate from GoDaddy:
·
Go to your GoDaddy account and navigate to the
SSL Certificates section.
·
Find your issued SSL certificate and click
Download.
·
Choose the correct server type from the dropdown
and download the certificate files (usually a .crt file).
Create the .pfx file using the below OpenSSL command
prompt:
openssl
pkcs12 -export -out certificate.pfx -inkey generated-private-key.txt -in
530276e452e0d3fb.crt -certfile 530276e452e0d3fb.crt
As per above command:
·
Downloaded the 'Generated Private Key' text
file: generated-private-key.txt
·
Download CRT file: 530276e452e0d3fb.crt
·
New PFX file that will create in the folder with
certificate name (as per you): certificate.pfx
Note:
if OpenSSL is not installed your machine, please Install using OpenSSL.exe
Go to IIS 10,
·
Open Server Certificates
·
Actions
·
Import Certificate and select the .pfx file that
we created ( i.e. certificate.pfx)
·
Select certificate store as Personal option
·
Add the password that is set at time of creation
of .pfx file
·
The OK
Go to manage Computer Certificate,
·
Personal
·
Certificates
·
Right click and select “All Task”
·
Store location - local machine
·
Next
·
The select File name - .pfx file (certificate.pfx
that we created by using SSL command)
·
Ok
Finaly, go to IIS 10,
·
Website that we are applying to SSL port (443)
·
Go to Bindings
·
Select SSL and default port 443
·
Add host name (i.e. code-sample.com)
·
Select the SSL certificate (the certificate.pfx
will available here with name - certificate)
·
Ok
Now, all the steps are completed and trying to open your
host with SSL.