mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
Allows connecting to alertmanager instances behind a TLS endpoint that requires mutual TLS. Conveniently also allows specifying a CA certificate file for alertmanagers that use trusted roots not in the system root trust store. Fixes: https://github.com/prometheus/alertmanager/issues/2652 Signed-off-by: Joe Groocock <me@frebib.net>