Skip to content

Instantly share code, notes, and snippets.

@lorinbeer
Created October 24, 2014 05:54
Show Gist options
  • Save lorinbeer/ba03627ed48c6f96906e to your computer and use it in GitHub Desktop.
Save lorinbeer/ba03627ed48c6f96906e to your computer and use it in GitHub Desktop.
Generate RSA key and certificate pair for dev/staging/fixtures
openssl genrsa 1024 > key.pem
openssl req -x509 -new -key > key-cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment