From 81a9e125b54b34d453c425dbd58a3270b9568dca Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 21 Jun 2019 08:52:15 -0600 Subject: Oops --- modules/caddytls/tls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddytls/tls.go') diff --git a/modules/caddytls/tls.go b/modules/caddytls/tls.go index c84118a..63bc21d 100644 --- a/modules/caddytls/tls.go +++ b/modules/caddytls/tls.go @@ -197,7 +197,7 @@ type AutomationConfig struct { // management of managed TLS certificates. type AutomationPolicy struct { Hosts []string `json:"hosts,omitempty"` - ManagementRaw json.RawMessage `json:"management"` + ManagementRaw json.RawMessage `json:"management,omitempty"` Management managerMaker `json:"-"` } -- cgit v1.2.3