-
Notifications
You must be signed in to change notification settings - Fork 84
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
Verifying certs as strings #42
Comments
I had the same requirement. Here is a PR of a branch I have been using for this purpose recently #44 |
Any update on this one? It's been 2 years. |
@DigitalLeaves Nothing from me, unfortunately |
I have managed to do something with Strings at the parseCert certificate using Buffers, so maybe that's the way to go @denis-fatkhudinov ? |
@DigitalLeaves might be. 2 years passed and honestly speaking I am not interested in this anymore :) |
Verify method accepts file paths but I have nothing to do if I have certificates already loaded in RAM. Thus I have to store certificates firstly.
The text was updated successfully, but these errors were encountered: