Skip to content

Instantly share code, notes, and snippets.

@filipelinhares
Created November 27, 2019 12:46
Show Gist options
  • Save filipelinhares/832ac91cad22ddd4e01c6cbd68140245 to your computer and use it in GitHub Desktop.
Save filipelinhares/832ac91cad22ddd4e01c6cbd68140245 to your computer and use it in GitHub Desktop.
Self signed SSL certificate
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment