Re: CF install error at uaa service
Neil Watson
I tried generating the keys using this: https://en.wikibooks.org/wiki/Cryptography/Generate_a_keypair_using_OpenSSL but the problem persists. yml excerpt:
jwt: signing_key: | -----BEGIN PRIVATE KEY----- xxxxx -----END PRIVATE KEY----- verification_key: | -----BEGIN PUBLIC KEY----- xxxxxx -----END PUBLIC KEY----- |
|