Adding an SSL certificate to IIS
From Jonsdocswiki
IIS is Microsoft's webserver and as a result requires a P12 or PKCS format SSL certificate.
| Certificate |
|
You probably need to use the Certificates snap in to the MMC for this...
|
- Open Internet Information Services (IIS) Manager.
- Expand options in the left hand pane and right click on the desired website (see image right).
- Click properties.
- Choose the Directory Security tab.
- The options we require are under Secure Communications
- Server Certificate... will allow an additional certificate to be added.
- Click View certificate to see the certificate already in use on the website.
- Edit allows you to specify if SSL is a requirement along with other options (client certificates etc).
Using the Server Cerificate wizard to replace an out of date certificate
This method assumes that the IIS server you're using isn't generating the Certificate Signing Request and that you already have a certificate (perhaps a converted OpenSLL certificate).
- Use the certificates MMC to import the new certificate to the computer account's personal store.
- Open the IIS Management Console
- Drill down to the website in question and right click it, select properties.
- On the Directory Secuity tab click Server Certificate
- Click next on the wizard welcome screen.
- On the next page select Remove the current certificate and click next.
- You will see a summary screen, click next.
- Click Finish
- Re-run the wizard.
- Choose Assign an existing certificate and click next
- Select the certificate in question and click next
- Set the SSL port appropriately (normally 443) and click next
- On the certificate summary screen click next
- Click finish
- Remove any unrequired certificates using the certificates MMC.
