Specifies the full path name to the certificate authority file.
| Valid in: | SAS/ACCESS LIBNAME statement |
|---|---|
| Category: | Data Access |
| Default: | none |
| Restriction: | This option is not supported on AIX or HP-UX platforms. |
| Data source: | MySQL |
| See: | SSL_CERT= LIBNAME option, SSL_CIPHER= LIBNAME option, SSL_KEY= LIBNAME option |
| Example: |
|
Table of Contents
specifies the full path, including file name, to the certificate authority (CA) file to use to establish a secure connection to the MySQL server.
Certificate files enable MySQL to support secure connections using TLS encryption and validation. A CA file contains a list of trusted certificate authorities. A CA file is configured as part of configuring your MySQL server to use secure connections. The CA file must be specified in order to establish a secure connection to the server. For more information about configuring MySQL and creating CA files, see the security information in your MySQL Server documentation.