humanitec / django-oauth-toolkit-jwt

django-oauth-toolkit extension that adds JWT support
MIT License
38 stars 26 forks source link

Readme.md - Update procedure to generate cryptographic keys. #27

Open paulcsimon opened 3 years ago

paulcsimon commented 3 years ago

Since newer versions of ssh-keygen don't use PEM as default output format anymore, the commands in the readme don't work anymore. The procedure should be updated to: ssh-keygen -t rsa -P "" -b 4096 -m PEM -f jwtRS256.key ssh-keygen -e -m PEM -f jwtRS256.key > jwtRS256.key.pub