https - Replace IIS Express certificate with sha-256 certificate -
since sha-1 no longer secure , google chrome shows error when using https sha1 certificate, how replace iis express certificate sha-256 self-signed certificate?
- in mmc's certificate plug in, add new certificate local computer's personal store.
- at command prompt, use
netsh httpchange certificate mapping old 1 new one.
you might try out jexus manager iis express, simplifies task few clicks,
https://jexus.codeplex.com/releases/view/138373
https://www.jexusmanager.com/en/latest/tutorials/self-signed.html

Comments
Post a Comment