You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
AMecea
changed the title
"cert-manager" certificate isn't trusted by browsers
How to configure cert-manager to generate valid certificates?
Jul 24, 2020
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?
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
The text was updated successfully, but these errors were encountered: