/makecert.cmd Secret
Created
December 11, 2015 11:46
Applying Self-signed Certificate to IIS or IIS Express
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
makecert -r -pe -n "CN=localhost" -b 01/01/2015 -e 12/31/2020 -ss My -len 2048 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment