fix: hashstructure

This commit is contained in:
Fernandez Ludovic
2022-04-28 17:20:50 +02:00
parent 1aaf9d04a7
commit 25757d2a27
+1 -1
View File
@@ -69,7 +69,7 @@ type ACME struct {
challengeTLSProvider *challengeTLSProvider
checkOnDemandDomain func(domain string) bool
jobs *channels.InfiniteChannel
TLSConfig *tls.Config `description:"TLS config in case wildcard certs are used"`
TLSConfig *tls.Config `description:"TLS config in case wildcard certs are used" hash:"-"`
dynamicCerts *safe.Safe
resolvingDomains map[string]struct{}
resolvingDomainsMutex sync.RWMutex