File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ subdomain that resolves to Coder (e.g. `*.coder.example.com`).
40
40
41
41
If you are providing TLS certificates directly to the Coder server, either
42
42
43
- 1 . use a single certificate/ key for the root and wildcard domains.
44
- 2 . configure both root and wildcard domain certificates/ keys via
43
+ 1 . Use a single certificate and key for both the root and wildcard domains.
44
+ 2 . Configure multiple certificates and keys via
45
45
[ ` coder.tls.secretNames ` ] ( https://github.com/coder/coder/blob/main/helm/values.yaml ) in the Helm Chart, or
46
- [ ` --tls-key-file ` ] ( ../cli/server#--tls-cert-file ) and [ ` --tls-key-file ` ] ( ../cli/server#--tls-key-file ) command
47
- line options.
46
+ [ ` --tls-cert-file ` ] ( ../cli/server#--tls-cert-file ) and [ ` --tls-key-file ` ] ( ../cli/server#--tls-key-file ) command
47
+ line options (these both take a comma separated list of files; list certificates and their respective keys in the
48
+ same order).
48
49
49
50
## TLS & Reverse Proxy
50
51
You can’t perform that action at this time.
0 commit comments