config: update each of Caddyfile to add resolver as bind directly to avoid pass through blocky to verify acme txt record
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
key_alg hmac-sha256
|
key_alg hmac-sha256
|
||||||
key "{file./run/secrets/CADDY_ACME_KEY}"
|
key "{file./run/secrets/CADDY_ACME_KEY}"
|
||||||
}
|
}
|
||||||
|
resolvers {{ infra_uri['bind']['domain'] }}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
key_alg hmac-sha256
|
key_alg hmac-sha256
|
||||||
key "{file./run/secrets/CADDY_ACME_KEY}"
|
key "{file./run/secrets/CADDY_ACME_KEY}"
|
||||||
}
|
}
|
||||||
|
resolvers {{ infra_uri['bind']['domain'] }}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
key_alg hmac-sha256
|
key_alg hmac-sha256
|
||||||
key "{file./run/secrets/CADDY_ACME_KEY}"
|
key "{file./run/secrets/CADDY_ACME_KEY}"
|
||||||
}
|
}
|
||||||
|
resolvers {{ infra_uri['bind']['domain'] }}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user