...
Code Block | ||
---|---|---|
| ||
volumes:
- ./var/yourCACert.pem:/var/www/html/var/ssl/ca-cert.pem
|
If your certificate is not self-signed, you can set the NOSTROMO_DB_SSL_CA_CERT_SELF_SIGNED environment variable to false.
...
...
Code Block | ||
---|---|---|
| ||
volumes:
- ./var/yourCACert.pem:/var/www/html/var/ssl/ca-cert.pem
|
If your certificate is not self-signed, you can set the NOSTROMO_DB_SSL_CA_CERT_SELF_SIGNED environment variable to false.
...