mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-07 21:02:51 -05:00
Add HTTPS support for the web endpoint with manually configured
certificate/key files.
This commit is contained in:
@@ -7,5 +7,7 @@
|
||||
"db_port": 5432,
|
||||
"db_name": "headscale",
|
||||
"db_user": "foo",
|
||||
"db_pass": "bar"
|
||||
"db_pass": "bar",
|
||||
"tls_cert_path": "",
|
||||
"tls_key_path": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user