tsig.key 449 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 "transfer-key" {
  5. algorithm hmac-sha256;
  6. secret "6STNyEEL46IfvP/uZJyJ2e5I56uh0eK6CXMINOw4SHGXlIslx1BDkq1FurTwPtxf";
  7. };
  8. // To manually generate a new key:
  9. // docker exec bind9 tsig-keygen -a hmac-sha256 transfer-key
  10. //
  11. // Then update the secret value above with the generated secret