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

Add configuration option for using system truststore #154

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

Conversation

bk-lg
Copy link

@bk-lg bk-lg commented Sep 30, 2024

This is a small change to provide a configuration option to use the linux system truststore if required like in a business environment with own pki infrastructure.
It adds an commented option to the .env.example. This keeps compability for non linux based setups but saves everyone using this project the time to search for the correct parameter for the requests librarary or from disabling verification at all.
I also updated the Readme for the container.
Using a default config option of the requests library this should work if you include the corresponding CA_BUNDLE for your organization in the container.
All in all its an little quality of life change. If I need to add something more feel free to give me some feedback and I'll will look into improving this PR.

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.

1 participant