Configuring HTTP/2 on IIS 10.0
In this recipe, we are going to configure an HTTP/2 website. The website will get access through the HTTPS port. We will also cover how to add/install a certificate and attach that certificate to a website.
Getting ready
To step through this recipe, you will need a running IIS 10.0 instance. You should also have administrative privileges.
How to do it...
- Open Server Manager on Windows Server 2016. Click on the
Tools
menu and open IIS Manager. - Select the IIS server (
WIN2016IIS
). You will get theFeature View
, where you will find theServer Certificates
option:

- We have already created two certificates. These are local certificates for testing. They are not for a live environment. Here, we will use the existing user certificate name,
Packt
; you will see this is issuedIssued To
WIN2016IIS.Call.com
and also see its Certificate Hash key. The certificate hash is used for encrypting the website data we access, and it uses a hashing algorithm to encrypt website data and decrypt...