aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-27 22:41:06 +0100
committerRobin Krahl <robin.krahl@ireas.org>2018-12-27 22:41:06 +0100
commit8185f1652668b71ada7cd4b32d92de2c752f0a1b (patch)
treec597334ef9479eea1db3dea3d343a07090a88235 /nitrocli/README.md
parent96adac9c5d3399a4890f54515a92472067771303 (diff)
downloadnitrocli-8185f1652668b71ada7cd4b32d92de2c752f0a1b.tar.gz
nitrocli-8185f1652668b71ada7cd4b32d92de2c752f0a1b.tar.bz2
Document the otp commands
This patch adds the otp commands to the README and describes them in the nitrocli(1) man page.
Diffstat (limited to 'nitrocli/README.md')
-rw-r--r--nitrocli/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md
index 2beee00..946df21 100644
--- a/nitrocli/README.md
+++ b/nitrocli/README.md
@@ -14,7 +14,12 @@ The following commands are currently supported:
- open: Open the encrypted volume. The user PIN needs to be entered.
- close: Close the encrypted volume.
- status: Report status information about the Nitrokey.
-- clear: Remove the user PIN from gpg-agent's cache.
+- clear: Remove the user and admin PIN from gpg-agent's cache.
+- otp: Access one-time passwords (OTP).
+ - get: Generate a one-time password.
+ - set: Set an OTP slot.
+ - status: List all OTP slots.
+ - clear: Delete an OTP slot.
### *Note:*
----------------------------------------------------------------------