SSL Connection - PostgreSQL
Posted: Tue 21 Jun 2016 19:19
Hi,
i have a app that suports a SLL connection with postgres and it works.
I would like to know if there another way to pass the client certificate. Currently i pass the path of the client certificates(client.crt, root.crt and client.key) to the TUniconnection, via
TUniconnection.SpecificOptions.Values['SSLCert'] ...
But i need another way to reference the certificates, for example, via Windows Certificate Store.
Because the certificate files path its not allowed to access by the user. Its a company politics.
Any ideia?
i have a app that suports a SLL connection with postgres and it works.
I would like to know if there another way to pass the client certificate. Currently i pass the path of the client certificates(client.crt, root.crt and client.key) to the TUniconnection, via
TUniconnection.SpecificOptions.Values['SSLCert'] ...
But i need another way to reference the certificates, for example, via Windows Certificate Store.
Because the certificate files path its not allowed to access by the user. Its a company politics.
Any ideia?