How to install IIS6 multi-domain name certificate
This article is a detailed introduction to "how to install IIS6 multi-domain name certificate". The content is detailed, the steps are clear, and the details are properly handled. I hope this article "how to install IIS6 multi-domain name certificate" can help you solve your doubts. The following is a detailed introduction to learn new knowledge together.
the first step
First install SSL Certificates for a site
the second step
Distribute imported certificates to other sites, note that port 8443 is used instead of port 443, if there is a third site 8444, and so on.
Step 3: Stop IIS
Run [CMD] and enter [iisreset /STOP]
Step 4: Modify the configuration file.
Edit [C:\WINDOWS\system32\inetsrv\MetaBase.xml]
Search [:443]
Change SecureBindings=":443:" to SecureBindings=":443: trustauth.cn"
Other sites are modified in the same way. If it is [SecureBindings=":8443:"], please change the port to 443
Finally start IIS service
iisreset /start
Read here, this article "IIS6 multi-domain certificate how to install" article has been introduced, want to master the knowledge points of this article also need to practice to understand, if you want to know more related content of the article, welcome to pay attention to the industry information channel.