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(certificates): add support for custom CA certificates #880

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

vitorstone
Copy link
Contributor

Description

This change facilitates users working behind corporate firewalls or proxies. By allowing the integration of custom CA certificates, users can handle SSL connections that are intercepted by company infrastructure.

The idea is that users would copy their CA certificates to custom-ca-certs, and the Dockerfile would take care of adding them to the image so that the user doesn't get SSL certificate problems when curl commands run.

Notes for Reviewers

I decided to open this PR because of the problem I mentioned on discussion #876

Signed commits

  • Yes, I signed my commits.

This change facilitates users working behind corporate firewalls or proxies. By allowing the integration of custom CA certificates, users can handle SSL connections that are intercepted by company infrastructure.
@mudler
Copy link
Owner

mudler commented Oct 7, 2023

apologize for the delay.

Not super confident of this approach - can't the custom CA's directories just be mounted?

@mudler
Copy link
Owner

mudler commented Oct 29, 2023

this would need documentation too

@mudler mudler merged commit 6e1a234 into mudler:master Nov 1, 2023
@mudler mudler added the enhancement New feature or request label Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants