tsig.key.j2 420 B

12345678910111213
  1. // TSIG Key for Secure Zone Transfers
  2. // Auto-generated base64-encoded secret for secure zone transfers and dynamic DNS updates
  3. // Algorithm: hmac-sha256
  4. key "{{ tsig_key_name }}" {
  5. algorithm hmac-sha256;
  6. secret "{{ tsig_key_secret }}";
  7. };
  8. // To manually generate a new key:
  9. // docker exec bind9 tsig-keygen -a hmac-sha256 {{ tsig_key_name }}
  10. //
  11. // Then update the secret value above with the generated secret