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

Passing a CA certificate without writing to a file #5

Open
kumar-swamy opened this issue Aug 13, 2021 · 1 comment
Open

Passing a CA certificate without writing to a file #5

kumar-swamy opened this issue Aug 13, 2021 · 1 comment

Comments

@kumar-swamy
Copy link

This accepts a CACertPath, however there are circumstances where one may have to pass the existing root CA certificate without having to write to a file which is not possible today. As a library, one cannot assume file system access, hence there should be a way to supply the CA certificate.
If not at least export the fields of NitroClient so that user can customise the behavior without having to expect such changes in the library.

@imkritesh
Copy link
Contributor

So if I am not wrong you are asking if we can add support to pass cacert as a byte array too @kumar-swamy ?

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 a pull request may close this issue.

2 participants