This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Readme.md - Update procedure to generate cryptographic keys. #27
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: