pgsql-http
pgsql-http copied to clipboard
CURLOPT_SSLCERT_BLOB and CURLOPT_SSLKEY_BLOB
Hi all,
I have a use case where I would like to use the CURLOPT_SSLKEY_BLOB & CURLOPT_SSLCERT_BLOB instead of CURLOPT_SSLKEY & CURLOPT_SSLCERT pointing to files on filesystem. It would be much cleaner and more secure avoiding the encryption keys being planted on the filesystem. I would push the Merge Request if that's ok with maintainers?
Thanks
Marko