caddyfile: document ocsp interval global option (#254)

This commit is contained in:
Ben Burkert 2022-08-24 19:33:02 +02:00 committed by GitHub
parent 8f6cf99986
commit c90c151730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ Possible options are:
} }
storage_clean_interval <duration> storage_clean_interval <duration>
renew_interval <duration> renew_interval <duration>
ocsp_interval <duration>
admin off|<addr> { admin off|<addr> {
origins <origins...> origins <origins...>
enforce_origin 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`. 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` ##### `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. 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.