summaryrefslogtreecommitdiff
path: root/modules/caddytls
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-06-21 08:52:15 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-06-21 08:52:15 -0600
commit81a9e125b54b34d453c425dbd58a3270b9568dca (patch)
treee077fefe035375f810af3e0a255042e23532d7cd /modules/caddytls
parent70c788ce0c7f81f87d19850164031ce2e8158e72 (diff)
Oops
Diffstat (limited to 'modules/caddytls')
-rw-r--r--modules/caddytls/tls.go2
1 files changed, 1 insertions, 1 deletions
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:"-"`
}