I installed PolicyReporter via a Helm Chart and am currently trying to send policy reports via email using smtps (encryption starttls). The logs of the "summary-report" Pod show this error at the end:
{"error": "Mail Error on STARTTLS: tls: failed to verify certificate: x509: certificate signed by unknown authority"}
The error message suggests that I have to install the CA certificates of my company. I tried to mount the certificate (.pem-file) under /etc/ssl/certs and /usr/local/share/ca-certificates but I still get the error. Any Ideas what I doing wrong?
thanks in advance :)