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

Allow setting GIT_OPT_SET_SSL_CERT_LOCATIONS option in libgit2 #995

Open
aharbis opened this issue Oct 24, 2023 · 2 comments
Open

Allow setting GIT_OPT_SET_SSL_CERT_LOCATIONS option in libgit2 #995

aharbis opened this issue Oct 24, 2023 · 2 comments

Comments

@aharbis
Copy link
Contributor

aharbis commented Oct 24, 2023

The git2::opts module exposes some options, but not all. I'm interested in being able to set GIT_OPT_SET_SSL_CERT_LOCATIONS to control where libgit2 looks for SSL certificates.

If there is some workaround (maybe a build-time configuration?) that would also be helpful.

@ehuss
Copy link
Contributor

ehuss commented Oct 24, 2023

A PR to add a binding for that option would be welcome. I think it would just roughly follow the form of the other options.

@aharbis
Copy link
Contributor Author

aharbis commented Oct 31, 2023

PR raised: #997

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

No branches or pull requests

2 participants