mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:50:00 -04:00
base64-ify the secret.
This commit is contained in:
parent
36b8b0b251
commit
23360bc8f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
key "another-key" {
|
||||
algorithm "al-gore-rhythm";
|
||||
secret "Gore in 2004!";
|
||||
secret "R29yZSBpbiAyMDA0IQo"; # "Gore in 2004!"
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue