split cached challengers into new file and rename

This commit is contained in:
6543 2023-02-11 01:20:40 +01:00
parent e0b1aff266
commit 48198266fe
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
3 changed files with 44 additions and 37 deletions

View file

@ -87,7 +87,7 @@ func Serve(ctx *cli.Context) error {
return err
}
if err := certificates.SetupCertificates(mainDomainSuffix, acmeClient, certDB); err != nil {
if err := certificates.SetupMainDomainCertificates(mainDomainSuffix, acmeClient, certDB); err != nil {
return err
}