aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/acme/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index c12732f..b4d09ad 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -22,6 +22,7 @@ type Want struct {
Domains []string
Cert string
Key string
+ Webroot string
}
type Hook struct {