mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:22:05 -04:00
use algorithm 255 for both unsupported keys
This commit is contained in:
parent
e7c12bffbd
commit
3022633d79
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ cp managed.conf ../ns5/managed.conf
|
|||
keyfile_to_trusted_keys $keyname > trusted.conf
|
||||
|
||||
# Prepare an unsupported algorithm key.
|
||||
unsupportedkey=K.+003+28683
|
||||
unsupportedkey=Kunknown.+255+00000
|
||||
cp unsupported.key "${unsupportedkey}.key"
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue