Skip to content

Instantly share code, notes, and snippets.

@nathan-muir
Created November 2, 2014 02:03
Show Gist options
  • Save nathan-muir/414fad760f58cda3517b to your computer and use it in GitHub Desktop.
Save nathan-muir/414fad760f58cda3517b to your computer and use it in GitHub Desktop.
Create a self signed cert, without a password
openssl req -x509 -nodes -newkey rsa:2048 -keyout key.pem -out cert.pem -days 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment