After using the IIS certificate wizard to generate a new certificate, the console is inaccessible with this error message.
ERR_SSL_KEY_USAGE_INCOMPATIBILE
IIS Wizard generated an invalid certificate
New-SelfSignedCertificate -FriendlyName YourCertifcateName -DnsName YourServer -KeyUsage DigitalSignature -NotAfter (Get-Date).AddYears(20)