Hi!
When using webhook to send notifications i get this in the logs:
tls: failed to verify certificate: x509: certificate signed by unknown authority
Is there a way to specify a ca_file for the webhook?
like this:
webhook:
enabled: true
url: "https://test.com/hooks/blablabla"
tls:
caFile: /etc/pki/tls/ca-trust/cacerts.crt
Thanks!