Enable to override certificates in key-value store when using storeconfig
This commit is contained in:
parent
68cc826519
commit
4a3b1f3847
3 changed files with 26 additions and 13 deletions
|
@ -52,6 +52,7 @@ type ACME struct {
|
|||
DNSProvider string `description:"(Deprecated) Activate DNS-01 Challenge"` // Deprecated
|
||||
DelayDontCheckDNS flaeg.Duration `description:"(Deprecated) Assume DNS propagates after a delay in seconds rather than finding and querying nameservers."` // Deprecated
|
||||
ACMELogging bool `description:"Enable debug logging of ACME actions."`
|
||||
OverrideCertificates bool `description:"Enable to override certificates in key-value store when using storeconfig"`
|
||||
client *acme.Client
|
||||
defaultCertificate *tls.Certificate
|
||||
store cluster.Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue