Skip to content

Instantly share code, notes, and snippets.

@urakozz
Created July 17, 2015 14:06
Show Gist options
  • Save urakozz/94f4790a263ba0593467 to your computer and use it in GitHub Desktop.
Save urakozz/94f4790a263ba0593467 to your computer and use it in GitHub Desktop.
Generate self_signed ssl
openssl genrsa -out example.com.key 2048
openssl req -new -x509 -key example.com.key -out example.com.cert -days 3650 -subj /CN=example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment