routerkeys: Add cmdline option for learning signing key expiration.

* CLOSES #17639.
 * ADDS new --key-expiration commandline option which prints when the
   signing key expires.
This commit is contained in:
Isis Lovecruft
2017-07-14 01:25:01 +00:00
parent fabc3deb75
commit b2a7e8df90
9 changed files with 259 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features:
- Add a new commandline option, --key-expiration, which prints when
the current signing key is going to expire. Implements ticket
17639; patch by Isis Lovecruft.