Hi there,
We are currently working on our first Greenbone OpenVas installation.
We have successfully created a set-up on Ubuntu 22.04 making use of the container images.
All seems to be working well however we cannot get e-mail alerting to work.
I have tried many different options from the documentation, at the moment it fails with the following message:
sendmail: TLS certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown
I have tried placing the following in /etc/msmtprc
tls_trust_file /etc/ssl/certs/ca-certificates.crt
That does not seems to be picked-up when I check the file from within the container.
My question is, what is the right place to add this line?
And is there a env var that I can use instead in the Docker compose file?
Thank you in advance!
Regards,
Mervin