]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ta_update: rfc5011 test: removing the missing -r parameter for dnssec-tools
authorLukáš Ježek <lukas.jezek@nic.cz>
Fri, 14 Aug 2020 09:28:40 +0000 (11:28 +0200)
committerLukáš Ježek <lukas.jezek@nic.cz>
Thu, 15 Oct 2020 08:34:24 +0000 (10:34 +0200)
modules/ta_update/ta_update.test.integr/rfc5011/genkeyszones.sh

index 8e650cb678a5d6b8d0888c980ec7d4a3d3c49480..bc778865ec6aaf8ebcfb2fe109942b4f2965dff0 100755 (executable)
@@ -10,7 +10,7 @@
 
 set -o nounset -o errexit -o xtrace
 
-GEN="dnssec-keygen     -r /dev/urandom -K keys/ -a RSASHA256 -b 2048   -L 21d"
+GEN="dnssec-keygen     -K keys/ -a RSASHA256 -b 2048   -L 21d"
 
 function sign {
        OUTFILE="$(echo "$1" | sed 's/[- :]//g').db"
@@ -18,7 +18,6 @@ function sign {
        LD_PRELOAD="/usr/lib64/faketime/libfaketimeMT.so.1" \
        FAKETIME="$1" \
        dnssec-signzone \
-       -r /dev/urandom \
        -K keys/ \
        -o . \
        -S \