Closed jeanbza closed 7 years ago
Hey jadekler!
Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/134219919
The labels on this github issue will be updated when the story is started.
Thanks @jadekler !
Without
openssl genrsa -des3 -out jwt-key.pem 2048
, the second command (openssl rsa -in jwt-key.pem -pubout > key.pub
) fails sincejwt-key.pem
does not yet exist.