$db['encrypted_connection'] = array(
'dsn' => '',
'hostname' => '123.123.123.123',
'username' => 'coolName',
'password' => 'greatPassword',
'database' => 'bigDatabase',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => (ENVIRONMENT !== 'production'),
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '',
'encrypt' => [
'ssl_key' => '/etc/apache2/ssl/apache.key',
'ssl_cert' => '/etc/apache2/ssl/apache.crt',
'ssl_ca' => NULL,
'ssl_capath' => NULL,
'ssl_cipher' => 'DHE-RSA-AES256-SHA',
'ssl_verify' => FALSE
],
'compress' => FALSE,
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
);