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

POC: Trust certs in /trusted-certs dir #172

Closed
wants to merge 2 commits into from

Conversation

sambartik
Copy link

Let's introduce a directory that contains a set of certificates that would be trusted. This PR is a proof of concept of that. It checks for certificates in the /trusted-certs dir.

Currently this is unfinished and works only in the docker, since you can mount to any path. The directory could be configurable to make it usable when used outside a container. The security could be probably improved by requiring the certificates in the directory to be owned by root with correct permissions set to prevent others from replacing the file.

Fixes: #131

@sambartik sambartik closed this Apr 19, 2023
@sambartik
Copy link
Author

Obsolete, more info here.

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.

Support for Self-signed Certificates
1 participant