mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-07 02:17:43 +02:00
- Fix root_anchor test to check with new icannbundle date.
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ else
|
||||
fi
|
||||
|
||||
# use curl to see if the PGP certificate has been updated.
|
||||
curl --time-cond "20170203 10:00:00" https://data.iana.org/root-anchors/icannbundle.pem > newcert
|
||||
curl --time-cond "20210908 17:00:00" https://data.iana.org/root-anchors/icannbundle.pem > newcert
|
||||
if test -n "`cat newcert`"; then
|
||||
echo "icannbundle.pem has been updated"
|
||||
cat newcert
|
||||
|
||||
Reference in New Issue
Block a user