Created
December 13, 2020 10:29
-
-
Save mrzcn/c25d17130953e430971a623cc849376d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Navigate to C:\Windows\System32\Inetsrv\ by typing “cd C:\Windows\System32\Inetsrv\” on the command line. | |
| In the Inetsrv folder, run the following command for each of the other websites on the IP address that need to use the certificate (copy both lines): | |
| appcmd set site /site.name:"<IISSiteName>" /+bindings.[protocol='https',bindingInformation='*:443:<hostHeaderValue>'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment