From 7e2ac33e657f546817004aa39037569870c9f015 Mon Sep 17 00:00:00 2001 From: Santiago Date: Mon, 10 Aug 2026 13:27:13 -0300 Subject: [PATCH] feat(cloudflare): cover ogmios v7 hostnames Ogmios v7 is offered in the Console for cardano mainnet, preprod and preview, so fabric hands out {key}.cardano-{network}-v7.ogmios-m1.dmtr.host. DNS and the splat load balancer already reach those names; the TLS handshake fails because no certificate carries the SAN. Co-Authored-By: Claude Fable 5 --- cloudflare.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloudflare.tf b/cloudflare.tf index da49286..d4d2374 100644 --- a/cloudflare.tf +++ b/cloudflare.tf @@ -101,6 +101,9 @@ resource "cloudflare_certificate_pack" "this" { "*.vector-mainnet-v6.ogmios-m1.dmtr.host", "*.vector-testnet-v6.ogmios-m1.dmtr.host", "*.prime-testnet-v6.ogmios-m1.dmtr.host", + "*.cardano-mainnet-v7.ogmios-m1.dmtr.host", + "*.cardano-preprod-v7.ogmios-m1.dmtr.host", + "*.cardano-preview-v7.ogmios-m1.dmtr.host", // Kupo "*.kupo-m1.dmtr.host",