Skip to content

Commit 4dd1e4c

Browse files
committed
Clarify
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 37e3ea8 commit 4dd1e4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/admin/configure.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ subdomain that resolves to Coder (e.g. `*.coder.example.com`).
4040

4141
If you are providing TLS certificates directly to the Coder server, either
4242

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
4545
[`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).
4849

4950
## TLS & Reverse Proxy
5051

0 commit comments

Comments
 (0)