tools: Convert ndnsec to v2::KeyChain
This commit removes the following tools:
- cert-revoke (wasn't working properly before and need a new
design)
- set-acl (wasn't working before)
- dsk-gen (no longer makes sense with the new certificate naming
conventions, new tools for creating derivative certificates will
be created later)
This commit also fixes Bug #3644 causing import command to ask for
unnecessary password confirmation.
ndnsec main now catch all exceptions logs the extended message
Change-Id: Ib50e0994970020bcf0a1840aca6bc3942818094b
Refs: #3098, #3644
diff --git a/docs/manpages/ndnsec-key-gen.rst b/docs/manpages/ndnsec-key-gen.rst
index d340128..253073b 100644
--- a/docs/manpages/ndnsec-key-gen.rst
+++ b/docs/manpages/ndnsec-key-gen.rst
@@ -25,8 +25,8 @@
``-n``
Do not set the identity as the system default identity.
-``-d``
- Generate Data-Signing-Key (DSK) instead of the default Key-Signing-Key (KSK).
+ Note that if it is the first identity/key/certificate, then it will be
+ set as default regardless of ``-n`` flag.
``-t keyType``
Specify the key type. ``r`` (default) for RSA key. ``e`` for ECDSA key.