From 8a59f307a2e0b9fa398ac200da44d8e5725150a7 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 31 Dec 2018 18:10:40 +0000 Subject: Implement the pin command and rename clear to pin clear We have functionality for changing the Nitrokey's user & admin PINs as well as for resetting the user PIN coming up. With the prospect of this new functionality arriving, it makes sense to introduce a new top-level command for the sole purpose of PIN management. This change introduces such a command, pin, and moves the existing clear command for clearing the PIN cache into it. --- nitrocli/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nitrocli/README.md') diff --git a/nitrocli/README.md b/nitrocli/README.md index c36caff..68e4da6 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -12,7 +12,6 @@ certain commands on the [Nitrokey Storage][nitrokey-storage] device. The following commands are currently supported: - status: Report status information about the Nitrokey. -- clear: Remove the user and admin PIN from gpg-agent's cache. - config: Access the Nitrokey's configuration - get: Read the current configuration. - set: Change the configuration. @@ -25,6 +24,8 @@ The following commands are currently supported: - set: Set an OTP slot. - status: List all OTP slots. - clear: Delete an OTP slot. +- pin: Manage the Nitrokey's PINs. + - clear: Remove the user and admin PIN from gpg-agent's cache. ### *Note:* ---------------------------------------------------------------------- -- cgit v1.2.1