Noise private key now a nested field in config
This commit is contained in:
parent
e20e818a42
commit
4424a9abc0
7 changed files with 32 additions and 20 deletions
|
@ -39,7 +39,8 @@ oidc:
|
|||
- email
|
||||
strip_email_domain: true
|
||||
private_key_path: private.key
|
||||
noise_private_key_path: noise_private.key
|
||||
noise:
|
||||
private_key_path: noise_private.key
|
||||
server_url: http://headscale:18080
|
||||
tls_client_auth_mode: relaxed
|
||||
tls_letsencrypt_cache_dir: /var/www/.cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue