Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active July 29, 2016 12:06
Show Gist options
  • Save jkullick/3a09482df33a7f18431cf302a2049a6e to your computer and use it in GitHub Desktop.
Save jkullick/3a09482df33a7f18431cf302a2049a6e to your computer and use it in GitHub Desktop.
Self-Sign SSL Certificate
openssl x509 -req -days 3650 -in $DOMAIN.csr -signkey $DOMAIN.key -out $DOMAIN.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment