Skip to content

Instantly share code, notes, and snippets.

@andrekeller
Created October 7, 2015 08:55
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 andrekeller/a10003a6fecf3fcfb191 to your computer and use it in GitHub Desktop.
Save andrekeller/a10003a6fecf3fcfb191 to your computer and use it in GitHub Desktop.
openssl req -subj '/CN=*.example.org/C=CH' -new -sha256 -newkey rsa:4096 -days 3650 -nodes -x509 -keyout /etc/ssl/private/example.org.pem -out /etc/ssl/certs/example.org.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment