forked from Ivasoft/traefik
Does not generate ACME certificate if domain is checked by dynamic certificate
This commit is contained in:
committed by
Traefiker Bot
parent
3b3ca89483
commit
a1bbaec71f
@@ -202,7 +202,7 @@ func runCmd(globalConfiguration *configuration.GlobalConfiguration, configFile s
|
||||
DynamicCerts: &safe.Safe{},
|
||||
StaticCerts: &safe.Safe{},
|
||||
}
|
||||
acmeprovider.SetCertificateStore(*entryPoint.CertificateStore)
|
||||
acmeprovider.SetCertificateStore(entryPoint.CertificateStore)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user