fix(autocert): wrong path for last failure file

This commit is contained in:
yusing
2025-07-21 09:39:17 +08:00
parent a2e6688056
commit 68ac4f952d
2 changed files with 4 additions and 4 deletions

View File

@@ -5,4 +5,5 @@ const (
CertFileDefault = certBasePath + "cert.crt"
KeyFileDefault = certBasePath + "priv.key"
ACMEKeyFileDefault = certBasePath + "acme.key"
LastFailureFile = certBasePath + ".last_failure"
)