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

feat(certificaterequests): embed CA certificates #163

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

terinjokes
Copy link
Contributor

Some applications require a CA certificate to serve a certificate signed by an untrusted root. To support these applications begin populating the "ca.crt" field on managed Secret resources.

This changeset embeds the current Origin CA root certificates, while waiting for them to be surfaced via the Cloudflare API. A future change will migrate to using CAs returned by the API.

Bug: #70

Some applications require a CA certificate to serve a certificate signed
by an untrusted root. To support these applications begin populating the
"ca.crt" field on managed Secret resources.

This changeset embeds the current Origin CA root certificates, while
waiting for them to be surfaced via the Cloudflare API. A future change
will migrate to using CAs returned by the API.

Bug: #70
@terinjokes terinjokes requested a review from a team January 8, 2025 02:08
@terinjokes terinjokes self-assigned this Jan 8, 2025
@terinjokes terinjokes merged commit a86cb47 into trunk Jan 8, 2025
13 checks passed
@terinjokes terinjokes deleted the terin/embed-ca branch January 8, 2025 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants