Skip to content

Instantly share code, notes, and snippets.

@roalcantara
Created December 15, 2017 15:29
Show Gist options
  • Select an option

  • Save roalcantara/9b916351a1cac8e6c830b8c4654c8c9f to your computer and use it in GitHub Desktop.

Select an option

Save roalcantara/9b916351a1cac8e6c830b8c4654c8c9f to your computer and use it in GitHub Desktop.
Generate key par
openssl genrsa -out my-key.pem 2048
openssl rsa -in my-key.pem -pubout > my-key.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment