Does not generate ACME certificate if domain is checked by dynamic certificate
This commit is contained in:
parent
3b3ca89483
commit
a1bbaec71f
4 changed files with 9 additions and 7 deletions
|
@ -147,7 +147,7 @@ func TestGetUncheckedCertificates(t *testing.T) {
|
|||
t.Parallel()
|
||||
|
||||
acmeProvider := Provider{
|
||||
certificateStore: traefiktls.CertificateStore{
|
||||
certificateStore: &traefiktls.CertificateStore{
|
||||
DynamicCerts: test.dynamicCerts,
|
||||
StaticCerts: test.staticCerts,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue