Skip to content

Instantly share code, notes, and snippets.

@omaryoussef
Created August 14, 2019 14:42
Show Gist options
  • Save omaryoussef/553fe0e0ee3c708303d04b7e1e41a392 to your computer and use it in GitHub Desktop.
Save omaryoussef/553fe0e0ee3c708303d04b7e1e41a392 to your computer and use it in GitHub Desktop.
Generate Self-Signed Certificates
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 730
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment