mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
features: Fix typo; add ARI
This commit is contained in:
parent
e103271b83
commit
f718034c73
1 changed files with 11 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue