File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,14 @@ coder server
38
38
via the dashboard or running [ coder_apps] ( ../templates/README.md#coder-apps ) on an absolute path. Set this to a wildcard
39
39
subdomain that resolves to Coder (e.g. ` *.coder.example.com ` ).
40
40
41
- > If you are providing TLS certificates directly to the Coder server, you must use a single certificate for the
42
- > root and wildcard domains. Multi-certificate support [ is planned] ( https://github.com/coder/coder/pull/4150 ) .
41
+ If you are providing TLS certificates directly to the Coder server, either
42
+
43
+ 1 . Use a single certificate and key for both the root and wildcard domains.
44
+ 2 . Configure multiple certificates and keys via
45
+ [ ` coder.tls.secretNames ` ] ( https://github.com/coder/coder/blob/main/helm/values.yaml ) in the Helm Chart, or
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).
43
49
44
50
## TLS & Reverse Proxy
45
51
You can’t perform that action at this time.
0 commit comments