7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
// 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";
|
|
}; |