[v9_9] support all algorithms in ddns-confgen
3431. [bug] ddns-confgen: Some valid key algorithms were
not accepted. [RT #31927]
(cherry picked from commit de5890da9b)
This commit is contained in:
@@ -90,3 +90,22 @@ zone "unixtime.nil" {
|
||||
serial-update-method unixtime;
|
||||
};
|
||||
|
||||
include "md5.key";
|
||||
include "sha1.key";
|
||||
include "sha224.key";
|
||||
include "sha256.key";
|
||||
include "sha384.key";
|
||||
include "sha512.key";
|
||||
|
||||
zone "keytests.nil" {
|
||||
type master;
|
||||
file "keytests.db";
|
||||
update-policy {
|
||||
grant md5-key name md5.keytests.nil. ANY;
|
||||
grant sha1-key name sha1.keytests.nil. ANY;
|
||||
grant sha224-key name sha224.keytests.nil. ANY;
|
||||
grant sha256-key name sha256.keytests.nil. ANY;
|
||||
grant sha384-key name sha384.keytests.nil. ANY;
|
||||
grant sha512-key name sha512.keytests.nil. ANY;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user