is it possible to make ssl connection by sending certificate and key as strings as opposed to file locations?
Posted: Fri 10 May 2019 14:35
The properties CACert, Cert and Key of SslOptions property in PgSqlConnection expect file locations.
If I have the certificate and key in memory as strings instead of files is it possible to open the ssl connection or they have to be in files?
Thanks
Dragan
If I have the certificate and key in memory as strings instead of files is it possible to open the ssl connection or they have to be in files?
Thanks
Dragan