Fix website/path-help docs around pki/tidy

This commit is contained in:
Jeff Mitchell 2018-10-30 21:33:30 -04:00
parent 605a7e30ad
commit 6c488921ff
2 changed files with 5 additions and 7 deletions

View file

@ -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{

View file

@ -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