Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paulcsimon opened this issue Nov 17, 2020 · 0 comments · May be fixed by #31
Open

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

paulcsimon opened this issue Nov 17, 2020 · 0 comments · May be fixed by #31

Comments

@paulcsimon
Copy link

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

com4 added a commit to com4/django-oauth-toolkit-jwt that referenced this issue Dec 23, 2020
@com4 com4 linked a pull request Dec 23, 2020 that will close this issue
com4 added a commit to com4/django-oauth-toolkit-jwt that referenced this issue Dec 23, 2020
com4 added a commit to com4/django-oauth-toolkit-jwt that referenced this issue Jan 7, 2021
com4 added a commit to com4/django-oauth-toolkit-jwt that referenced this issue Jan 8, 2021
com4 added a commit to com4/django-oauth-toolkit-jwt that referenced this issue Jan 8, 2021
com4 added a commit to com4/django-oauth-toolkit-jwt that referenced this issue Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant