This site can’t be reached
The webpage at https://
ERR_SSL_KEY_USAGE_INCOMPATIBLE
This error is seen in updated Google Chrome and Microsoft Edge browsers, due to the increase in the browsers' security settings. The browsers require a digitally signed certificate, however self-signed certificates created in Internet Information Services (IIS) Manager do not contain the Digital Signature value in the Key Usage parameter.

Fig 1. A self-signed certificate created in IIS Manager depicting the missing Digital Signature entry in the Key Usage parameter.
Using Windows PowerShell to generate the self-signed certificate will work, as this certificate will contain the Digital Signature entry in the Key Usage parameter.

Fig 2. A self-signed certificate created in Windows PowerShell depicting the Digital Signature entry in the Key Usage parameter is present.
The self-signed certificate can be created in Windows PowerShell using the following steps:

After creating the new self-signed certificate, the Bindings of the certificate will need to be updated in IIS Manager:
Note: A restart of IIS or services is not required.
