5.27 Secure Connections Configuration Metrics

Lists the Secure Connections configuration metrics and provides a brief description of each.

Table 5.26 Secure Connections Configuration Metrics

NameDescription
Ca (Total)The path to a file that contains a list of trusted SSL CAs.
Ca Path (Total)The name of the SSL certificate file to use for establishing a secure connection.
Cert (Total)The name of the SSL certificate file to use for establishing a secure connection.
Cipher (Total)A list of permissible ciphers to use for SSL encryption. For greatest portability, cipher_list should be a list of one or more cipher names, separated by colons.
Crl (Total)The path to a file containing certificate revocation lists in PEM format. Revocation lists work for MySQL distributions compiled against OpenSSL (but not yaSSL).
Crl Path (Total)The path to a directory that contains files containing certificate revocation lists in PEM format. Revocation lists work for MySQL distributions compiled against OpenSSL (but not yaSSL).
Key (Total)The name of the SSL key file to use for establishing a secure connection.