Add HTTPS support for the web endpoint with manually configured

certificate/key files.
This commit is contained in:
Ward Vandewege 2021-04-23 16:54:35 -04:00
parent c5a3d0b01c
commit 252c68c50a
3 changed files with 23 additions and 2 deletions

View file

@ -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": ""
}