This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-03-26 13:17:35 +01:00 committed by Moritz Marquardt
parent c89ce83b6b
commit b8b9886ee1
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ func (c *AcmeClient) obtainCert(acmeClient *lego.Client, domains []string, renew
defer c.obtainLocks.Delete(name)
if acmeClient == nil {
if useDnsProvider {
return mockCert(domains[0], "DNS ACME client is not defined", mainDomainSuffix, keyDatabase)
} else {