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
Finally Modify your `values.yaml` so that helm chart can grab the secret using cert-manager
74
+
issuers. Set `tlsIssuer` to `issuer-local` and `localCaSecretName` to the name you have to the secret created above:
75
+
76
+
```angular2html
77
+
tlsIssuer: issuer-local # One of: "issuer-local", "letsencrypt-staging", or "letsencrypt-prod"
78
+
localCaSecretName: my-local-ca-key-pair
79
+
80
+
```
81
+
82
+
83
+
#### Using cert-manager & Public Domains
58
84
59
85
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.
60
86
@@ -69,15 +95,15 @@ Default domain on diffgram is: `example.com` so make sure you add that to your l
0 commit comments