mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
docs: fix mistake in ACME challenge type comment
This commit is contained in:
parent
f2ea6fb30f
commit
745696b310
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ tls_client_auth_mode: relaxed
|
|||
tls_letsencrypt_cache_dir: /var/lib/headscale/cache
|
||||
|
||||
# Type of ACME challenge to use, currently supported types:
|
||||
# HTTP-01 or TLS_ALPN-01
|
||||
# HTTP-01 or TLS-ALPN-01
|
||||
# See [docs/tls.md](docs/tls.md) for more information
|
||||
tls_letsencrypt_challenge_type: HTTP-01
|
||||
# When HTTP-01 challenge is chosen, letsencrypt must set up a
|
||||
|
|
Loading…
Reference in a new issue