Generate and read the Noise private key
This commit is contained in:
parent
09cd7ba304
commit
6e8e2bf508
3 changed files with 30 additions and 8 deletions
|
|
@ -41,6 +41,13 @@ grpc_allow_insecure: false
|
|||
# autogenerated if it's missing
|
||||
private_key_path: /var/lib/headscale/private.key
|
||||
|
||||
# The Noise private key is used to encrypt the
|
||||
# traffic between headscale and Tailscale clients when
|
||||
# using the new Noise-based TS2021 protocol.
|
||||
# The noise private key file which will be
|
||||
# autogenerated if it's missing
|
||||
noise_private_key_path: /var/lib/headscale/noise_private.key
|
||||
|
||||
# List of IP prefixes to allocate tailaddresses from.
|
||||
# Each prefix consists of either an IPv4 or IPv6 address,
|
||||
# and the associated prefix length, delimited by a slash.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue