I\'d like to add my SSL cert and key files to Doctrine DBAL configuration but I don\'t see how to achieve that.
In PHP, I just have to write something like :
<
With Symfony 3.2 and up this became a lot easier:
doctrine: dbal: options: !php/const:PDO::MYSQL_ATTR_SSL_CA: %ca_cert% !php/const:PDO::MYSQL_ATTR_SSL_KEY: %private_key% !php/const:PDO::MYSQL_ATTR_SSL_CERT: %public_cert%