From b846721dbd13217a837669159755b781125e521c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 8 Dec 2012 00:47:16 +0000 Subject: [PATCH] Makefile: Shorter validity period for signatures. Otherwise `ldns-read-zone' buggers things up because it has an overflow error. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7370ca..81b88c1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ZONE = dnserr.$(BASE) KEYGEN = dnssec-keygen -aRSASHA256 -b1024 -Kkey/ SIGNZONE = dnssec-signzone -S -Kkey/ -dds/ -SIGVALID = -s20000101000000 -e20500101000000 +SIGVALID = -s20000101000000 -e20300101000000 SIGOLD = -s20000101000000 -e20010101000000 all: -- 2.11.0