Add the ability to specify registration ACME email and ACME URL.

This commit is contained in:
Aaron Bieber 2021-10-03 12:26:38 -06:00
parent 63fa475913
commit 8fa0fe65ba
4 changed files with 15 additions and 0 deletions

View file

@ -10,6 +10,8 @@
"db_name": "headscale",
"db_user": "foo",
"db_pass": "bar",
"acme_url": "https://acme-v02.api.letsencrypt.org/directory",
"acme_email": "",
"tls_letsencrypt_hostname": "",
"tls_letsencrypt_listen": ":http",
"tls_letsencrypt_cache_dir": ".cache",