Fix website/path-help docs around pki/tidy
This commit is contained in:
parent
605a7e30ad
commit
6c488921ff
|
@ -32,9 +32,8 @@ the certificate store`,
|
|||
"tidy_revoked_certs": &framework.FieldSchema{
|
||||
Type: framework.TypeBool,
|
||||
Description: `Set to true to expire all revoked
|
||||
certificates, even if their duration has not yet passed, removing
|
||||
them both from the CRL and from storage. The CRL will be rotated
|
||||
if this causes any values to be removed.`,
|
||||
and expired certificates, removing them both from the CRL and from storage. The
|
||||
CRL will be rotated if this causes any values to be removed.`,
|
||||
},
|
||||
|
||||
"safety_buffer": &framework.FieldSchema{
|
||||
|
|
|
@ -1545,10 +1545,9 @@ expiration time.
|
|||
- `tidy_cert_store` `(bool: false)` Specifies whether to tidy up the certificate
|
||||
store.
|
||||
|
||||
- `tidy_revoked_certs` `(bool: false)` Set to true to expire all revoked
|
||||
certificates, even if their duration has not yet passed, removing them both
|
||||
from the CRL and from storage. The CRL will be rotated if this causes any
|
||||
values to be removed.
|
||||
- `tidy_revoked_certs` `(bool: false)` Set to true to expire all revoked and
|
||||
expired certificates, removing them both from the CRL and from storage. The
|
||||
CRL will be rotated if this causes any values to be removed.
|
||||
|
||||
- `safety_buffer` `(string: "")` Specifies A duration (given as an integer
|
||||
number of seconds or a string; defaults to `72h`) used as a safety buffer to
|
||||
|
|
Loading…
Reference in a new issue