is it possible to make ssl connection by sending certificate and key as strings as opposed to file locations?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
dragan_matic
Posts: 4
Joined: Thu 15 Nov 2018 17:39

is it possible to make ssl connection by sending certificate and key as strings as opposed to file locations?

Post by dragan_matic » 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


Post Reply