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

Expose feature to use webpki certs #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bodymindarts
Copy link

@bodymindarts bodymindarts commented Aug 22, 2024

When building an application to be executed in a distroless container its useful for all dependencies to be self contained and not rely on state on the file system.

Currently this crate depends on the file system via loading the root CA certs from disk.

This PR is backwards compatible but adds a feature to use the webpki root certs in order to work in contexts where there are no certs on disk that can be loaded.

Fixes #137

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.

Implicit reliance on the OS CA certificate root store
1 participant