Currently I see that you can set key_file and cert_file - however, this requires having the data on the filesystem.
In our case, we have the data in memory but it's not convenient to write it to disk. Is it possible to accept a base64-encoded string instead of a filepath?
Currently I see that you can set key_file and cert_file - however, this requires having the data on the filesystem.
In our case, we have the data in memory but it's not convenient to write it to disk. Is it possible to accept a base64-encoded string instead of a filepath?