Skip to content

Commit aeb0d40

Browse files
spikecurtisammario
authored andcommitted
fix: wildcard dns docs (#7709)
* Fix wildcard dns docs Signed-off-by: Spike Curtis <spike@coder.com> * Clarify Signed-off-by: Spike Curtis <spike@coder.com> --------- Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 77a81c9 commit aeb0d40

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/admin/configure.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,14 @@ coder server
3838
via the dashboard or running [coder_apps](../templates/README.md#coder-apps) on an absolute path. Set this to a wildcard
3939
subdomain that resolves to Coder (e.g. `*.coder.example.com`).
4040

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).
4349

4450
## TLS & Reverse Proxy
4551

0 commit comments

Comments
 (0)