Skip to content

Instantly share code, notes, and snippets.

@demagu
Created October 16, 2016 23:04
Show Gist options
  • Save demagu/e220f2206b63de4878cce7a25f51bfd9 to your computer and use it in GitHub Desktop.
Save demagu/e220f2206b63de4878cce7a25f51bfd9 to your computer and use it in GitHub Desktop.
Generate private and public keys

Generate private and public keys

openssl genrsa -out jwt.private.pem -aes256 4096
openssl rsa -pubout -in jwt.private.pem -out jwt.public.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment