Configure SSL Certificate for Xinnet Virtual Host

1. Log in to Xinnet: https://login.xinnet.com/

2. Select the virtual host, enter the control panel, or log in using FTP information: http://cp.xinnet.com/login#ssl

3. Choose: SSL certificate, click: install now

4. Download the SSL certificate file directory, there will be the following folders. Xinnet virtual host only needs to use the Apache folder.

Open the above document in Notepad TXT mode

3_baota.key red box. The suffix of key is the server private key, fill in the panel certificate private key box

1_root_bundle.crt Purple box and root certificate, fill in the middle certificate box of the panel certificate

2_baota.com.crt blue box domain name certificate, fill in the domain name certificate box of the panel certificate

Last click: install now

5. After the installation is complete, delete the previously bound domain name, re-bind, and also need to bind the https domain name!

Pay special attention to all the previously bound domain names, after all deleted, re-bind! And also bind the https domain name, this step is very important!

6. Set mandatory HTTPS access, create a file web.config, and put the code in it:

Then upload it to the root directory of the /www website.

Note: If there is a web.config file before, you need to manually modify the previous file to add the above code, which requires certain technical capabilities, otherwise it cannot be set.

Guess you like

Origin blog.csdn.net/WoTrusCA/article/details/111942615