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

Added documentation about using a custom CA with Docker #268

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

Conversation

AngryMandragora
Copy link

Our company is using custom CA infrastructure, and I faced the problem of either disable tls_verify or somehow use our CA certificates.
We also had newer certificates that were signed by Sectigo, which are included in the default public CA certificates, but not in the Docker image, since it uses something from 2023.
I tried to open a feature request #264, but it was not successful, so I went on figuring out how to do this.
Turns out the suggestions did not work, as the Docker image ignores the bind mounted certificate store, and you also have to set a variable for Python so the exporter actually uses the file.
Since I spent quite much time trying to figure this all out, I thought it will be useful for other people to include my findings in the documentation.

@znerol
Copy link
Member

znerol commented Jul 23, 2024

Thank you! Feel free to add a page to the wiki.

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.

2 participants