features: Fix typo; add ARI

This commit is contained in:
Matthew Holt 2024-12-03 05:52:53 -07:00
parent e103271b83
commit f718034c73

View file

@ -537,7 +537,7 @@
<div class="feature-row"> <div class="feature-row">
<h4>Revocation handling</h4> <h4>Revocation handling</h4>
<div class="benefits"> <div class="benefits">
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.
</div> </div>
</div> </div>
<div class="feature-row"> <div class="feature-row">
@ -708,6 +708,16 @@
<li>CommonName of any</li> <li>CommonName of any</li>
</ul> </ul>
</div> </div>
<div class="feature-row">
<h4>Renewal scheduling</h4>
<div class="benefits">
Caddy chooses conservative timeframes to renew certificates, and also takes guidance from the ACME CA if it provides ACME Renewal Information (ARI).
</div>
<ul class="detail">
<li>Internal</li>
<li>ARI</li>
</ul>
</div>
</div> </div>
</div> </div>