Skip to content

Document ocspServers parameter for CA issuers#1739

Merged
cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
SgtCoDFish:ocspservers
Aug 14, 2025
Merged

Document ocspServers parameter for CA issuers#1739
cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
SgtCoDFish:ocspservers

Conversation

@SgtCoDFish
Copy link
Copy Markdown
Member

Fixes #425

@cert-manager-prow cert-manager-prow bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 14, 2025
@netlify
Copy link
Copy Markdown

netlify bot commented Aug 14, 2025

Deploy Preview for cert-manager ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 0bbdb42
🔍 Latest deploy log https://app.netlify.com/projects/cert-manager/deploys/689de150bea01300080385fe
😎 Deploy Preview https://deploy-preview-1739--cert-manager.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Fixes cert-manager#425

Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
@ThatsMrTalbot
Copy link
Copy Markdown
Contributor

/lgtm
/approve

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label Aug 14, 2025
@cert-manager-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ThatsMrTalbot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 14, 2025
@cert-manager-prow cert-manager-prow bot merged commit a8d95de into cert-manager:master Aug 14, 2025
7 checks passed
@SgtCoDFish SgtCoDFish deleted the ocspservers branch August 14, 2025 13:22
Optionally, you can specify [CRL](https://en.wikipedia.org/wiki/Certificate_revocation_list) Distribution Points or [OCSP servers](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol)
for the CA issuer, to enable clients to check the revocation status of certificates issued by this CA.

These are arrays of strings which give the location from which either a CRL or an OCSP response can be retrieved, respectively. The CA issuer will then include these in the issued certificates.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"arrays of strings" reads a bit non-user-friendly to me. Isn't this list(s) of URLs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document ocspServers

3 participants