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
This guide assumes you will be using a regular domain name like `diffgram.com`. If you are using an auto generated domain name it may require different configuration.
87
+
SSL is up to you/your IT team. For debugging the config tools like [SSL Labs](https://www.ssllabs.com/ssltest/analyze.html) may be useful.
88
+
89
+
##### Guide
85
90
1. If you want to have TLS connections, please make sure you have a domain available and access to the name servers so you can modify the records to point to the IP addresses of the ingress.
2. Now edit the values.yaml of Diffgram’s helm chart and change the following keys:
92
97
-**diffgramDomain:** set it to the domain you own.
93
98
-**useCertManager:** set this to true. This will allow the certificate issue to be created so you can automatically get a TLS certificate for your domain with let’s encrypt.
94
-
99
+
-**tlsIssuer** set this to `letsencrypt-prod` so that TLS is validated by Let's Encrypt.
0 commit comments