From f718034c733ed882ba89049376345914d940ae81 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 3 Dec 2024 05:52:53 -0700 Subject: [PATCH] features: Fix typo; add ARI --- src/features.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/features.html b/src/features.html index 6315313..5fdce4a 100644 --- a/src/features.html +++ b/src/features.html @@ -537,7 +537,7 @@

Revocation handling

- Revoked certificates automatically get replaced. Because Caddy staples and refreshes OCSP responses, it can detect if your certificate has been revoked, and if so, it will replace i + Revoked certificates automatically get replaced. Because Caddy staples and refreshes OCSP responses, it can detect if your certificate has been revoked, and if so, it will replace it with a fresh certificate.
@@ -708,6 +708,16 @@
  • CommonName of any
  • +
    +

    Renewal scheduling

    +
    + Caddy chooses conservative timeframes to renew certificates, and also takes guidance from the ACME CA if it provides ACME Renewal Information (ARI). +
    + +