Skip to content

Commit c9e000f

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 2a4f81e + 0c4ff74 commit c9e000f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ localCaSecretName: my-local-ca-key-pair
8282

8383
#### Using cert-manager & Public Domains
8484

85+
##### Caution
86+
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
8590
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.
8691

8792
`helm repo add jetstack https://charts.jetstack.io`
@@ -91,7 +96,7 @@ localCaSecretName: my-local-ca-key-pair
9196
2. Now edit the values.yaml of Diffgram’s helm chart and change the following keys:
9297
- **diffgramDomain:** set it to the domain you own.
9398
- **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.
95100
3. Reinstall the helm chart
96101

97102

0 commit comments

Comments
 (0)