-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
SSL App provide cert and key from memory #1576
Comments
Not right now but you can place files on a ramdisk /tmp usually is |
Actually I'm using uWebsockets on Windows and I need to ship a single executable |
But the same idea is still valid - just copy out the file as a temporary file with GetTempPath and load it. |
In my local fork, I've implemented this support for OpenSSL. Is this a feature you are open to me up-streaming? My current implementation extends I assume that there would also be some changes for |
Should be the same for boringssl, feel free to PR it in usockets but I need to look at it |
Just a follow-up, that it turned out my implementation was not quite correct (it was only reading the leaf certificate, not the chain), and I've switched away from an implementation that comes from memory - thus I don't plan to proceed with putting out a PR. |
Instead of having cert and key on disk is it possible to provide them from memory?
The text was updated successfully, but these errors were encountered: