Creating an SSL certificate
In this recipe, we are going to open IIS Manager WIN2016IIS and create an SSL certificate on the local server WIN2016IIS.
Getting ready
To step through this recipe, you will need a running IIS 10.0 server and an administrator account, which will be used to make changes in IIS 10.0.
How to do it...
- Go to
WIN2016IIS
and log in to the IIS 10.0 server. Open the Server Manager, and go to theTools
menu. - Open IIS Manager and click on
WIN2016IIS
, as shown here:

- Go to the
Actions
pane and click onCreate Self-Signed Certificate
. We are using this only for testing purposes. This local server certificate is not valid for the internet. Now theCreate Self-Signed Certificate
window will open, as shown here:

- Here you can type a friendly name that you can use to easily identify the certificate. You can select the
Personal
orWeb Hosting
certificate store type; we'll selectPersonal
. Click onOK
. Now the certificate has been created, as shown here:

How it works...
In this recipe, we...