openssl genrsa -out jwt.private.pem -aes256 4096
openssl rsa -pubout -in jwt.private.pem -out jwt.public.pem
Created
October 16, 2016 23:04
-
-
Save demagu/e220f2206b63de4878cce7a25f51bfd9 to your computer and use it in GitHub Desktop.
Generate private and public keys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment