aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-31 18:10:40 +0000
committerDaniel Mueller <deso@posteo.net>2019-01-01 17:14:51 -0800
commit8a59f307a2e0b9fa398ac200da44d8e5725150a7 (patch)
tree2db6b6bab9373a90ac54161342b5f60e149af002 /nitrocli/README.md
parentabcaafee042c6f2036b822e6f1c6c2683a526d92 (diff)
downloadnitrocli-8a59f307a2e0b9fa398ac200da44d8e5725150a7.tar.gz
nitrocli-8a59f307a2e0b9fa398ac200da44d8e5725150a7.tar.bz2
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.
Diffstat (limited to 'nitrocli/README.md')
-rw-r--r--nitrocli/README.md3
1 files changed, 2 insertions, 1 deletions
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:*
----------------------------------------------------------------------