Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Last active July 26, 2018 00:01
Show Gist options
  • Save rms1000watt/96e85babedf1a980f08e0be8978902ee to your computer and use it in GitHub Desktop.
Save rms1000watt/96e85babedf1a980f08e0be8978902ee to your computer and use it in GitHub Desktop.
OpenSSL Self Signed Certs
#!/usr/bin/env bash
openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365 -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment