ACME freshness check improvements

This commit is contained in:
Maurus Decimus
2026-06-16 11:17:13 +02:00
parent 3a871742ef
commit 8f627fbd69
5 changed files with 48 additions and 36 deletions

View File

@@ -48,6 +48,7 @@ async fn acme_management(server: &Server, task: &TaskDomainManagement) -> trc::R
Err(err) => match err {
AcmeError::Crypto(_)
| AcmeError::Invalid(_)
| AcmeError::NotDue(_)
| AcmeError::ChallengeNotSupported { .. }
| AcmeError::OrderInvalid(_)
| AcmeError::Json(_)