Skip to content

Instantly share code, notes, and snippets.

@jreypo
Created April 20, 2014 14:19
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 jreypo/11115289 to your computer and use it in GitHub Desktop.
Save jreypo/11115289 to your computer and use it in GitHub Desktop.
:generatePublicKeyAndCopy
echo "Generating a Self-Signed Certificate"...
openssl.exe x509 -req -days 365 -in default.csr -signkey default.key -out default.cert
if not %ERRORLEVEL%==0 goto :error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment