mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 09:57:40 +00:00
Fix config param name in TLS doc
This commit is contained in:

committed by
nblock

parent
6220e64978
commit
a8f2eebf66
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Bring your own certificate
|
## 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"
|
```yaml title="config.yaml"
|
||||||
tls_cert_path: ""
|
tls_cert_path: ""
|
||||||
|
Reference in New Issue
Block a user