Skip to content
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

How to configure cert-manager to generate valid certificates? #93

Open
engmsaleh opened this issue May 23, 2020 · 2 comments
Open

How to configure cert-manager to generate valid certificates? #93

engmsaleh opened this issue May 23, 2020 · 2 comments
Labels
question Further information is requested

Comments

@engmsaleh
Copy link

What happened:
When I deploy my website to stack with SSL and LetsEncypt support and visit the website in any browser I got the "cert-manager" certificate isn't trusted by browsers, hence the browsers don't recognize the website as trusted on and hence not HTTPs

What you expected to happen:
It should make a certificate and SSL should work correctly

How to reproduce it (as minimally and precisely as possible):
Deploy stack with SSL support and try to check if the cert-manger certificate is trusted

Anything else?:
No
Screen Shot 2020-05-24 at 1 41 15 AM

@engmsaleh engmsaleh added the bug Something isn't working label May 23, 2020
@AMecea
Copy link
Contributor

AMecea commented Jul 24, 2020

Hi @engmsaleh, This is because the certificate is not issued by Let's Encrypt but by the default issues. You have to configure Stack to uses Let's Encrypt. Using helm just upgrade the release using the following command or by setting those in your values.yaml file.

helm upgrade stack presslabs/stack --reuse-values --set letsencrypt.enabled=true --set letsencrypt.email=your@email.here

@AMecea AMecea added question Further information is requested and removed bug Something isn't working labels Jul 24, 2020
@AMecea AMecea changed the title "cert-manager" certificate isn't trusted by browsers How to configure cert-manager to generate valid certificates? Jul 24, 2020
@waigel
Copy link

waigel commented Aug 30, 2021

I also have a problem with the certificates. Unfortunately I only get a cert with cn=Kubernetes Ingress Controller Fake Certificate.
Do I need to configure the ingress controller additionally?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants