Skip to content

Instantly share code, notes, and snippets.

@jroyalty
Created March 11, 2014 16:21
Show Gist options
  • Save jroyalty/9489257 to your computer and use it in GitHub Desktop.
Save jroyalty/9489257 to your computer and use it in GitHub Desktop.
SSL bullshit

This creates a self-signed cert.

openssl req \
-x509 -nodes -days 365 \
-newkey rsa:2048 -keyout mycert.pem -out mycert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment