nsec3: use fips configuration if rsasha1 is not supported

This commit is contained in:
Mark Andrews
2022-08-25 14:14:42 +10:00
parent 1362360e8f
commit bcb3846603
3 changed files with 5 additions and 5 deletions

View File

@@ -391,7 +391,7 @@ check_nsec
# Reconfig named.
ret=0
echo_i "reconfig dnssec-policy to trigger nsec3 rollovers"
if $FEATURETEST --have-fips-mode
if ! ($SHELL ../testcrypto.sh -q RSASHA1)
then
copy_setports ns3/named2-fips.conf.in ns3/named.conf
else