Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Update docs for unified crl into release/1.13.x #20476

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/content/api-docs/secret/pki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3469,7 +3469,7 @@ the CRL.
revocations on, to regenerate the delta CRL. Must be shorter than CRL
expiry.

- `cross_cluster_revocation` `(bool: false)` - Enable cross-cluster revocation
- `cross_cluster_revocation` `(bool: false)` - Enables cross-cluster revocation
request queues. When a serial not issued on this local cluster is presented
to Vault via the [`/revoke` API](#revoke-certificate), it is replicated
across clusters and the cluster which issued that certificate will revoke
Expand Down Expand Up @@ -3501,7 +3501,7 @@ the CRL.
unified CRL and OCSP on the existing, previously cluster-local paths
(e.g., `/pki/crl` will now contain the unified CRL when enabled). This
allows transitioning AIA-based consumption of CRLs to a unified view
without having to re-issue certificates or update scripts pulling the
without having to re-issue certificates or update scripts pulling
a single CRL.

~> Note: `unified_crl_on_existing_paths` is a Vault Enterprise only feature.
Expand Down