I want to issue a wildcard certificate for a specific domain. We have two dns (bind9) one master - one slave.
When I do a rfc2136 challenge which I configured correctly on the master dns the cryptic string is in a txt at _acme-challenge.domain.com
but the problem is that the challenge (sometimes) requests the slave-dns, where the entry is not synced yet.
I know I could do a ssh-tunnel from the server running certbot to the dns-server and run a rndc reload
(here I also don't know if the serial is changed by the challenge plugin and also if there is a hook for doing that before the challenge is submitted to the ca)
My question: Can I configure a bind9 master to push stuff to all its slave upon change?