Makefile: Shorter validity period for signatures.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 8 Dec 2012 00:47:16 +0000 (00:47 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 8 Dec 2012 00:47:16 +0000 (00:47 +0000)
Otherwise `ldns-read-zone' buggers things up because it has an
overflow error.

Makefile

index e7370ca..81b88c1 100644 (file)
--- 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: