Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant