Device-Type-Library-Import icon indicating copy to clipboard operation
Device-Type-Library-Import copied to clipboard

Add configuration option for using system truststore

Open bk-lg opened this issue 1 year ago • 0 comments

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.

bk-lg avatar Sep 30 '24 09:09 bk-lg