Difference between revisions of "IIS SSL Certs"
From KOP KB
(Created page with "== Favorite links for SSL == Create Certificate request<br> https://www.digicert.com/csr-creation-microsoft-iis-7.htm Complete Certificate request<br> https://www.digicert.c...") |
(→Private Key Doesn't Match) |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
Complete Certificate request<br> | Complete Certificate request<br> | ||
https://www.digicert.com/ssl-certificate-installation-microsoft-iis-7.htm | https://www.digicert.com/ssl-certificate-installation-microsoft-iis-7.htm | ||
+ | |||
+ | == Private Key Doesn't Match == | ||
+ | |||
+ | Pretty much means you need to automatically create a new cert request to then complete, for some reason IIS just loves messing private keys up | ||
+ | |||
+ | NOTE: If you can still see the request in MMC Console with the SSL snap-in you could possibly export and reimport it. | ||
+ | |||
+ | == Can't get to site from server or elsewhere == | ||
+ | |||
+ | In the bindings part of the website the ip address needs to be * |
Latest revision as of 23:46, 10 December 2015
Favorite links for SSL
Create Certificate request
https://www.digicert.com/csr-creation-microsoft-iis-7.htm
Complete Certificate request
https://www.digicert.com/ssl-certificate-installation-microsoft-iis-7.htm
Private Key Doesn't Match
Pretty much means you need to automatically create a new cert request to then complete, for some reason IIS just loves messing private keys up
NOTE: If you can still see the request in MMC Console with the SSL snap-in you could possibly export and reimport it.
Can't get to site from server or elsewhere
In the bindings part of the website the ip address needs to be *