From 02e1f574afebdfd6543b8f14a4e7369ec3556e06 Mon Sep 17 00:00:00 2001
From: Jan Kadlec <jan.kadlec@nic.cz>
Date: Tue, 15 Oct 2013 16:21:06 +0200
Subject: [PATCH] DOC: added info about the 'zonestatus' command.

---
 doc/configuration.texi | 4 +++-
 doc/reference.texi     | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/configuration.texi b/doc/configuration.texi
index 3a66db061f..2c6b564e89 100644
--- a/doc/configuration.texi
+++ b/doc/configuration.texi
@@ -399,4 +399,6 @@ SOA record is updated and resigned if any changes were performed.
 The zone signing is performed when the zone is loaded into server, on zone
 reload, before any signature is expiring, and after DDNS update. The signing
 can be also forced using @code{signzone} command issued by @code{knotc}, in
-this case all signatures are recreated.
+this case all signatures are recreated. After each zone signing, a new signing
+event is planned. User can view the time of this event by using the
+@code{knotc zonestatus} command.
diff --git a/doc/reference.texi b/doc/reference.texi
index beb5ea17c6..ae16fc58ec 100644
--- a/doc/reference.texi
+++ b/doc/reference.texi
@@ -885,7 +885,8 @@ Default value: not set
 @vindex signature-lifetime
 
 Specifies how long should the automatically generated DNSSEC signatures be valid. Expiration will thus be set as current time (in the moment of signing) + @code{signature-lifetime}.
-Possible values are from 7201 to INT_MAX. The lower limit is because the server will trigger resign when any of the signatures expires in 7200 seconds or less.
+Possible values are from 7201 to INT_MAX. The lower limit is because the server will trigger resign when any of the signatures expires in 7200 seconds or less. For information about zone 
+expiration date, invoke the @code{knotc zonestatus} command.
 
 Default value: @kbd{30d} (@kbd{2592000})
 
-- 
GitLab