sign.sh revision 247bf378605811d695e968dbe930a7fc45c0038e
#
*
*
# $Id$
SYSTEMTESTTOP=../..
zone=.
# Configure the resolving server with a trusted key.
local ($dn, $class, $type, $flags, $proto, $alg, @rest) = split;
local $key = join("", @rest);
print <<EOF
trusted-keys {
"$dn" $flags $proto $alg "$key";
};
EOF
' > trusted.conf