-
-
Save justinyoo/5a5d0313f22f737b0762 to your computer and use it in GitHub Desktop.
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