# blackbox_exporter probe modules. tls_cert opens a verified TLS connection to the edge # caddy so Prometheus can read probe_ssl_earliest_cert_expiry — the signal behind the # certificate-renewal-failure alert. The SNI is the production public host, whose cert the # edge caddy serves once it does its own ACME; on the test contour caddy is HTTP-only # (behind the host caddy), so the probe finds nothing on :443 and the cert metric is absent. modules: tls_cert: prober: tcp timeout: 5s tcp: tls: true tls_config: server_name: erudit-game.ru insecure_skip_verify: false