cloudfoundry / docs-deploying-cf

The docs repo for material on deploying Cloud Foundry
Apache License 2.0
15 stars 101 forks source link

Missing first part of the command #140

Closed jeanbza closed 7 years ago

jeanbza commented 7 years ago

Without openssl genrsa -des3 -out jwt-key.pem 2048, the second command (openssl rsa -in jwt-key.pem -pubout > key.pub) fails since jwt-key.pem does not yet exist.

cfdreddbot commented 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.

cf-gitbot commented 7 years ago

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.

pspinrad commented 7 years ago

Thanks @jadekler !