use documented default key ttl

This commit is contained in:
Mark Andrews 2018-11-26 17:24:03 +11:00
parent 0ac2a868bb
commit 6499bdfd8b
2 changed files with 8 additions and 4 deletions

View file

@ -452,6 +452,10 @@ class dnskey:
if timespan is None:
timespan = self.ttl
if timespan is None:
output("WARNING: Key %s using default TTL." % repr(self))
timespan = (60*60*24)
now = time.time()
d = self.delete()
i = self.inactive()

View file

@ -1,6 +1,6 @@
args=
warn=1
error=0
ok=0
retcode=0
warn=4
error=1
ok=1
retcode=1
match=0