In this recipe, we are going to open IIS Manager on WIN2016IIS. We will open PowerShell and create an SSL certificate called v3mysite.com. We will also verify that the certificate has been created through IIS Manager.
Using PowerShell commands to create SSL certificates
Getting ready
To step through this recipe, we are going to create an SSL certificate for v3mysite.com. We will use PowerShell to create a self-signed certificate. You will need a running IIS 10.0 server and an administrator account to make changes in IIS 10.0.
How to do it...
- Log in to Windows Server 2016...