From a8f2eebf6637049756b23c9ffa8c698cf54f6b4d Mon Sep 17 00:00:00 2001 From: Mohammad Javad Naderi Date: Sun, 13 Jul 2025 12:43:46 +0330 Subject: [PATCH] Fix config param name in TLS doc --- docs/ref/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/tls.md b/docs/ref/tls.md index d377457c..527646b4 100644 --- a/docs/ref/tls.md +++ b/docs/ref/tls.md @@ -2,7 +2,7 @@ ## Bring your own certificate -Headscale can be configured to expose its web service via TLS. To configure the certificate and key file manually, set the `tls_cert_path` and `tls_cert_path` configuration parameters. If the path is relative, it will be interpreted as relative to the directory the configuration file was read from. +Headscale can be configured to expose its web service via TLS. To configure the certificate and key file manually, set the `tls_cert_path` and `tls_key_path` configuration parameters. If the path is relative, it will be interpreted as relative to the directory the configuration file was read from. ```yaml title="config.yaml" tls_cert_path: ""