separate key

This commit is contained in:
2025-10-26 21:35:37 +01:00
parent 6456761b65
commit ef089287ce
4 changed files with 9 additions and 59 deletions

7
transfer-key.conf Normal file
View File

@@ -0,0 +1,7 @@
// TSIG Key Configuration
// This file should have restricted permissions (600, owned by named user)
key "transfer-key" {
algorithm hmac-sha256;
secret "REPLACE_WITH_YOUR_BASE64_ENCODED_KEY";
};