Skip to content

Instantly share code, notes, and snippets.

@ffeast
Created November 2, 2017 19:59
Show Gist options
  • Save ffeast/14797c70d68e5129f8247eea271aca87 to your computer and use it in GitHub Desktop.
Save ffeast/14797c70d68e5129f8247eea271aca87 to your computer and use it in GitHub Desktop.
ssl certificates generation one-liner
# https://stackoverflow.com/questions/10175812/how-to-create-a-self-signed-certificate-with-openssl
openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment