Rename 'dnssec-keys' to 'trust-anchors'

This commit is contained in:
Matthijs Mekking
2019-12-04 11:06:40 +01:00
parent e2129fb103
commit 8c37d3d320
48 changed files with 182 additions and 144 deletions

View File

@@ -458,7 +458,7 @@ if [ $ret != 0 ]; then echo_i "failed"; ret=1; fi
status=`expr $status + $ret`
n=`expr $n + 1`
echo_i "check that using dnssec-keys and managed-keys generates an error ($n)"
echo_i "check that using trust-anchors and managed-keys generates an error ($n)"
ret=0
$CHECKCONF check-mixed-keys.conf > checkconf.out$n 2>/dev/null && ret=1
grep "use of managed-keys is not allowed" checkconf.out$n > /dev/null || ret=1