We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37e007 commit 887bbeaCopy full SHA for 887bbea
docs/admin/configure.md
@@ -43,7 +43,7 @@ If you are providing TLS certificates directly to the Coder server, either
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
+ [`--tls-cert-file`](../cli/server.md#--tls-cert-file) and [`--tls-key-file`](../cli/server.md#--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).
49
0 commit comments