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 :
<
Instead of PDO
constats, You shoul use their values in options
:
doctrine:
dbal:
connections:
default:
driver: %database_driver%
host: %database_host%
port: %database_port%
dbname: %database_name%
password: %database_password%
charset: UTF8
options:
1010 : %private_key%
1011 : %public_cert%
1012 : %ca_cert%