chiark
/
gitweb
/
~mdw
/
dnserr
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c0bba
)
Makefile: Shorter validity period for signatures.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Dec 2012 00:47:16 +0000
(
00:47
+0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index e7370ca79a0e0b2b1419744565003f726323c0fd..81b88c1861493f34c18bc8aa9f1b42ea8a2e60ca 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 -e20
5
00101000000
+SIGVALID = -s20000101000000 -e20
3
00101000000
SIGOLD = -s20000101000000 -e20010101000000
all: