Skip to content

Instantly share code, notes, and snippets.

@bencord0
Created November 19, 2015 18:34
Show Gist options
  • Save bencord0/dd724b35fed2617169c4 to your computer and use it in GitHub Desktop.
Save bencord0/dd724b35fed2617169c4 to your computer and use it in GitHub Desktop.
Selfsigned openssl wildcard oneliner
openssl req -new -newkey rsa:4096 -keyout example.key -nodes -sha512 -batch -subj '/CN=*.example.com/' -x509 -days 28 -out example.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment