-
Notifications
You must be signed in to change notification settings - Fork 311
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
Create self sign certificate for load balancer #72
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/140131207 The labels on this github issue will be updated when the story is started. |
Hi @rauizab. Can you give me a little more information please? The following would be helpful:
Thanks |
Hi @dsabeti I meant on https://github.com/cloudfoundry/cf-deployment/blob/develop/gcp-deployment-guide.md point b
On executing:
I got a problem with the key/certificate bad format What it worked for me was:
And then I provided these crt
|
@rauizab Can you show me the error message from |
|
Hi |
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/141335673 The labels on this github issue will be updated when the story is started. |
@rauizab I managed to reproduce this by updating my openssl version to 1.0.2. Let's rope in the @evanfarrar @christianang, any ideas why updated openssl would cause this problem?
|
@rauizab One thing I'll add is that this seems to be an issue in a handful of golang projects, and there doesn't seem to be a standard solution anywhere. My guess is that this is a relatively new problem, and there's some lower-level debugging to do to figure out how golang parses private keys, and what changing the version of openssl has to do with it. It might be best to downgrade openssl to a lower version (I've been using |
@rauizab Did you ever resolve this issue? @evanfarrar @christianang, does it make sense to address this in |
Hi |
Great, thanks @rauizab. |
Hi
I was not able to create self sign certificates as explain in the documentation.
First I had to create a CA and then create a certificate. Only in this way I was able to execute bbl create-lbs
Best regards
The text was updated successfully, but these errors were encountered: