backport of commit 24a7d966d5 (#22086)

Co-authored-by: Florin Cătălin Țiucra-Popa <106736683+FlorinTP@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-07-27 11:24:14 -04:00
committed by GitHub
parent 7f3d3d4374
commit 798d6e877d

View File

@@ -255,7 +255,10 @@ Sets a named CRL.
### Parameters
- `name` `(string: <required>)` - The name of the CRL.
- `crl` `(string: <required>)` - The PEM format CRL.
- `crl` `(string: "")` - The PEM format CRL.
- `url` `(string: "")` - The URL of a CRL distribution point.
**Note**: Either 'crl' or 'url' parameters must be provided, if both are provided, 'crl' is used.
### Sample payload