Skip to content

Instantly share code, notes, and snippets.

@matt3o
Created September 2, 2016 08:18
Show Gist options
  • Save matt3o/56fa0e56df65afaed067bc2f2a74b7dc to your computer and use it in GitHub Desktop.
Save matt3o/56fa0e56df65afaed067bc2f2a74b7dc to your computer and use it in GitHub Desktop.
openssl req -x509 -sha256 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 1000 -nodes -subj "/C=DE/ST=None/L=None/O=None/OU=Org/CN=127.0.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment