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

enhancement: accept other certificates #889

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

nikhilsinhaparseable
Copy link
Contributor

env var P_OTHER_CERT_PATH accepts a directory path
where user can keep all the certificates intended to be accepted by the server

@nitisht nitisht removed the request for review from vishalkrishnads September 16, 2024 04:32
.arg(
Arg::new(Self::OTHER_CERT)
.long(Self::OTHER_CERT)
.env("P_OTHER_CERT_PATH")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change the variable to P_TRUSTED_CA_CERTS_DIR

env var P_OTHER_CERT_PATH accepts a directory path
where user can keep all the certificates intended to be accepted by the server
@nitisht nitisht merged commit 3495480 into parseablehq:main Sep 16, 2024
8 checks passed
@nitisht
Copy link
Member

nitisht commented Sep 16, 2024

Can you update the doc as well @nikhilsinhaparseable

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