Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created February 13, 2019 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipekm/b8c3edb4817b61ae1e7c7186790e374f to your computer and use it in GitHub Desktop.
Save felipekm/b8c3edb4817b61ae1e7c7186790e374f to your computer and use it in GitHub Desktop.
Creates a self-signed PEM file
#/bin/sh
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