Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created December 11, 2015 11:46
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