tips:dns

DNS

generate tsig key

tsig-keygen -a HMAC-SHA512 galileo-tsig-key

enable rfc2136 updates on domain in /etc/bind/named.conf.local

zone "nawigare.it" {
    ......
            
    // this is for certbot
    check-names warn;
    update-policy {
        grant galileo-tsig-key name _acme-challenge.nawigare.it. txt;
        };
    };
  • MNTNER name: MNT-CSGALILEO
named-checkzone -D csgalileo.org csgalileo.org.hosts
  • tips/dns.txt
  • Last modified: 2021/09/30 12:10
  • by scipio