From c90c1517308ce4901f969aa6c617c3ece19752a0 Mon Sep 17 00:00:00 2001 From: Ben Burkert Date: Wed, 24 Aug 2022 19:33:02 +0200 Subject: [PATCH] caddyfile: document ocsp interval global option (#254) --- src/docs/markdown/caddyfile/options.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/docs/markdown/caddyfile/options.md b/src/docs/markdown/caddyfile/options.md index 6fb6fd7..e832bf0 100644 --- a/src/docs/markdown/caddyfile/options.md +++ b/src/docs/markdown/caddyfile/options.md @@ -56,6 +56,7 @@ Possible options are: } storage_clean_interval renew_interval + ocsp_interval admin off| { origins enforce_origin @@ -190,6 +191,10 @@ Storage will always be cleaned when the process first starts. Then, a new cleani How often to scan all loaded, managed certificates for expiration, and trigger renewal if expired. Default: `10m`. +##### `ocsp_interval` +How often to check if OCSP stapling needs updating. Default: `1h`. + + ##### `admin` Customizes the [admin API endpoint](/docs/api). If `off`, then the admin endpoint will be disabled. If disabled, config changes will be impossible without stopping and starting the server.