-
Notifications
You must be signed in to change notification settings - Fork 70
DRIVERS-3119 Add options to provide certificate and CA files #614
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
DRIVERS-3119 Add options to provide certificate and CA files #614
Conversation
In order to use custom certificates in your server, copy the client certificate file to | ||
`$MONGO_ORCHESTRATION_HOME/lib/client.pem` (where `MONGO_ORCHESTRATION_HOME` | ||
defaults to `$DRIVERS_TOOLS/.evergreen/orchestration`), e.g. | ||
In order to use custom certificates in your server, set the following environment variables: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also provide an example of using the CLI options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The readme doesn't mention the CLI at all yet, I think that would be a separate effort.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we open a ticket for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with mongodb/mongo-python-driver#2159 using the new flags,
and with the Go driver using just this branch: https://spruce.mongodb.com/version/67be4ed44371980007ea1060/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC