Skip to content

Instantly share code, notes, and snippets.

@shabarin
Last active December 19, 2016 10:44
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 shabarin/40728190aee7f94922914e3a4d519eda to your computer and use it in GitHub Desktop.
Save shabarin/40728190aee7f94922914e3a4d519eda to your computer and use it in GitHub Desktop.
self-signed ssl cert
openssl req -x509 -newkey rsa:2048 -keyout test.key -out test.crt -days 1 -nodes -subj "/C=RU/CN=*.localhost"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment