Skip to content

Commit

Permalink
Tweak the ocsp_ca_certificate param docs to be more clear about what …
Browse files Browse the repository at this point in the history
…kind of cert it wants
  • Loading branch information
sgmiller committed Oct 9, 2024
1 parent 210da8f commit e78b474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/auth/cert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Sets a CA cert and associated parameters in a role name.
by a dash (-) instead of a dot (.) to allow usage in ACL templates.
- `ocsp_enabled` `(bool: false)` - If enabled, validate certificates' revocation
status using OCSP.
- `ocsp_ca_certificates` `(string: "")` Any additional CA certificates needed to
- `ocsp_ca_certificates` `(string: "")` Any additional OCSP responder certificates needed to
verify OCSP responses. Provided as base64 encoded PEM data.
- `ocsp_servers_override` `(array: [])`: A comma-separated list of OCSP server
addresses. If unset, the OCSP server is determined from the AuthorityInformationAccess
Expand Down

0 comments on commit e78b474

Please sign in to comment.