-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
SSL issue: nginx controller not updating nginx.conf with new certs #1263
Comments
kerneljack
changed the title
SSL issue: nginx controller not updating nginx.conf after adding ingress resource
SSL issue: nginx controller not updating nginx.conf with new certs
Aug 29, 2017
@kerneljack please update to quay.io/aledbf/nginx-ingress-controller:0.197 |
@aledbf ok, thanks. I've just done that and I'm now seeing the following:
|
Closing. Fixed in master |
Hi, Is it fixed in the beta12 version ? Because I had this bug in my tests of kube-lego with beta12 (and beta11): jetstack/kube-lego#252 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using
quay.io/aledbf/nginx-ingress-controller:0.187
and I can't see it picking up my new certificates in nginx.conf after I create the Secret. I can see my certificates in/ingress-controller/ssl
:However I don't see any references to those certs (mycert.pem) in my
/etc/nginx/nginx.conf
file. All I can see is the default fake cert:Is there some extra step that I'm missing here?
@aledbf can you help please?
The text was updated successfully, but these errors were encountered: