-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: