a firstworks project
SQL Relay
About Documentation FAQ Download Licensing Support News

The tlsca Parameter

SQL Relay supports a tlsca parameter in the SQL Relay server's configuration file, and as an argument to the various command line client programs. In either case, it specifies the location of the certificate store that contains the TLS certificate of the certificate authority (CA cert) to use when validating the peer's certificate.

On non-Windows platforms, it may specify a certificate store file. For example:

/usr/local/firstworks/etc/myca.pem

Or, it may specify a directory containing a set of certificate store files. For example:

/usr/local/firstworks/etc

On Windows platforms it may specify a certificate store file. For example:

C:\\Program Files\\Firstworks\\etc\\myca.pfx

(note the double-backslashes)

Or, it may specify a Windows Certificate Store. For example:

CURRENT_USER:MY
 or
MY

For actual files, only that file will be used, though the file may contain multiple CA certs. And...

For directories, all certificate store files found in the directory will be used.

For Windows Certificate store, all certificates in the store will be used. And...

Copyright 2017 - David Muse - Contact