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:
Andrew Meyer
2018-05-14 05:42:39 -05:00
committed by Joona Hoikkala
parent fde566fe67
commit 3006cb712b
4 changed files with 20 additions and 15 deletions

View File

@ -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"`