mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-07-10 15:57:51 +07:00
Make ACME cache directory location configurable (#81)
* Remove trailing whitespace from README and config * Make ACME cache directory location configurable
This commit is contained in:

committed by
Joona Hoikkala

parent
fde566fe67
commit
3006cb712b
1
types.go
1
types.go
@ -58,6 +58,7 @@ type httpapi struct {
|
||||
TLS string
|
||||
TLSCertPrivkey string `toml:"tls_cert_privkey"`
|
||||
TLSCertFullchain string `toml:"tls_cert_fullchain"`
|
||||
ACMECacheDir string `toml:"acme_cache_dir"`
|
||||
CorsOrigins []string
|
||||
UseHeader bool `toml:"use_header"`
|
||||
HeaderName string `toml:"header_name"`
|
||||
|
Reference in New Issue
Block a user