diff --git a/builtin/logical/pki/path_tidy.go b/builtin/logical/pki/path_tidy.go index b0d1084ad..1e59312e1 100644 --- a/builtin/logical/pki/path_tidy.go +++ b/builtin/logical/pki/path_tidy.go @@ -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{ diff --git a/website/source/api/secret/pki/index.html.md b/website/source/api/secret/pki/index.html.md index 705c816a7..bc4893eaa 100644 --- a/website/source/api/secret/pki/index.html.md +++ b/website/source/api/secret/pki/index.html.md @@ -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