Hot Article
- Centos7 closes and restarts the system firewall and opens firewall ports
- How IID server uses Xshell to connect to Linux (centos) server
- BT panel forgets the background login URL, and the solution to the security entrance verification failure
- The php domain name points to ip, how to use the specified ip address to access a server in the url request domain name in curl mode
- How to purchase a dedicated server
- Error connecting to MySQL: Cant connect to MySQL server (10060)
How to install domain name SSL certificate under Windows server IIS7/IIS8?
- Author:Kevin
- Category:SSL certificate
- Release Time:2022-09-11
Get SSL certificate
After you complete the process of applying for the IID.HK server certificate, IID.HK will send you a compressed file, as shown below
Get a certificate file in youdomain.pfx format after decompression;
First create the SSL certificate console
-
Use the Windows key + R to open the Run window and enter "mmc" and click OK.
-
Open the console and click “Files”=>“Add/Remove Snap-in”.
-
Find “Certificates” and click “Add”.
-
Select "Computer Account" and click "Next".
The last click is done.
Import PFX certificate
In the added certificate snap-in, select “Certificates”-“Personal”-“Certificates”, right-click the blank space and click “All Tasks” select “Import”
Enter the certificate import wizard, click Next
Import the www.yourdomain.com.pfx certificate synthesized above, click "Next" to enter the password;
Select “Automatically select storage area based on certificate content”, click “Next”
The certificate is imported successfully, you can see it by right-clicking and refreshing.
Deployment server certificate
Open the IIS control panel, select the site that needs to configure the certificate, and select "Binding" under "Edit Site" on the right.
Select “Add” and set it up as follows.
Type: https; IP address: default; port: 443 (default); host name: IIS8 can be selected, IIS7 is not selected by default; SSL certificate: select the imported server certificate, click OK, restart the site to take effect.
Access Test
If the server deploys an SSL certificate, the security lock sign will appear when the browser accesses