sites/default/documents/certificates/README.md
This is to store certificates in order to support encryption.
For mysql ssl support:
mysql-ca here (this is the CA certificate in pem form and is mandatory for mysql ssl).$GLOBALS['debug_ssl_mysql_connection'] to true at top of interface/globals.php, then will send messages to php log to show if mysql connections have a cipher set up.Common Name of each entity:Common Name of CA certificate: This can be anything, but needs to be different than what is used for Server and ClientCommon Name of Server certificate: This has to be the host name(or ip address) that the client uses to log into the mysql server.Common Name of Client certificate: Set this to the host name of the client.For couchdb ssl support:
couchdb-ca here (this is the CA certificate in pem form).Common Name of each entity:Common Name of CA certificate: This can be anything, but needs to be different than what is used for Server and ClientCommon Name of Server certificate: This has to be the host name(or ip address) that the client uses to log into the mysql server.Common Name of Client certificate: Set this to the host name of the client.For ldap tls support:
ldap-ca here (this is the CA certificate in pem form).Common Name of each entity:Common Name of CA certificate: This can be anything, but needs to be different than what is used for Server and ClientCommon Name of Server certificate: This has to be the host name(or ip address) that the client uses to log into the mysql server.Common Name of Client certificate: Set this to the host name of the client.For oauth key pair support: