kenba/via-httplib

Allow certificates and keys to be read from memory

Closed this issue · 1 comments

kenba commented

An SSL server currently can only set the certificate and key from files.
It should also be able to read them from memory.

kenba commented

Change example_https_server.cpp to use certificate and private key from memory.