...
To enable your connection over SSL you will need a copy of the SSL cert your database server is expecting.
Place it under Mount it into the AAGM container as follows or copy it in directly.
Code Block | ||
---|---|---|
| ||
volumes: - ./var/yourCACert.pem:/var/www/html/var/ssl/ |
...
client-cert.pem:rw |
If your certificate is not self-signed, you can set the NOSTROMO_DB_SSL_CA_CERT_SELF_SIGNED environment variable to false.