mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
caddyfile: document ocsp interval global option (#254)
This commit is contained in:
parent
8f6cf99986
commit
c90c151730
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,7 @@ Possible options are:
|
|||
}
|
||||
storage_clean_interval <duration>
|
||||
renew_interval <duration>
|
||||
ocsp_interval <duration>
|
||||
admin off|<addr> {
|
||||
origins <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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue