Skip to content

Instantly share code, notes, and snippets.

@anex
Last active August 29, 2015 14:23
Show Gist options
  • Save anex/f71efcebbc67dc8e6fa1 to your computer and use it in GitHub Desktop.
Save anex/f71efcebbc67dc8e6fa1 to your computer and use it in GitHub Desktop.
SSL self signed certificate
openssl req -new -x509 -days 365 -nodes -out /etc/ssl/certs/test.crt -keyout /etc/ssl/private/test.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment