Specifies the full path name to the certificate 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_CA= LIBNAME option, SSL_CIPHER= LIBNAME option, SSL_KEY= LIBNAME option |
| Example: |
|
Table of Contents
specifies the full path name to the certificate 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 certificate file identifies the server public key certificate. A certificate file is configured as part of configuring your MySQL server to use secure connections. The certificate file must be specified in order to establish a secure connection to the server. For more information about configuring MySQL and creating certificates, see the security information in your MySQL Server documentation.