Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created December 11, 2015 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/5a5d0313f22f737b0762 to your computer and use it in GitHub Desktop.
Save justinyoo/5a5d0313f22f737b0762 to your computer and use it in GitHub Desktop.
Applying Self-signed Certificate to IIS or IIS Express
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