Add the ability to specify registration ACME email and ACME URL.
This commit is contained in:
parent
63fa475913
commit
8fa0fe65ba
4 changed files with 15 additions and 0 deletions
|
@ -169,6 +169,9 @@ func getHeadscaleApp() (*headscale.Headscale, error) {
|
|||
TLSCertPath: absPath(viper.GetString("tls_cert_path")),
|
||||
TLSKeyPath: absPath(viper.GetString("tls_key_path")),
|
||||
|
||||
ACMEEmail: absPath(viper.GetString("acme_email")),
|
||||
ACMEURL: absPath(viper.GetString("acme_url")),
|
||||
|
||||
DNSConfig: GetDNSConfig(),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue