Reference
ocsp
OCSP Stapling is honored by default for certificates that have the status_request
Must-Staple
flag. If explicitly disabled, the server will not request staples even if Must-Staple
is present.
- Default value:
true
- Hot reloadable: Yes
Values
Type | Description | Choices |
---|---|---|
boolean | true , false | |
object | An object with a set of explicit properties that can be set. | - |
Properties
Name | Description | Type | Default |
---|---|---|---|
mode | The OCSP stapling mode to adhere to. | string | - |
url | An explicit override URL to request staples. | string | - |
urls | An explicit list of override URLs to request staples. | string | - |