aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/README.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2017-04-09 20:32:31 -0700
committerDaniel Mueller <deso@posteo.net>2017-04-09 20:32:31 -0700
commit1e4a359f42e081851b98a12511ffe24968bfc6da (patch)
treed9f1c4f31d272e6bdcd0898f2b615c7170b512ec /nitrocli/README.md
parenta23c692dc38fe95b1a584663166fd3c9ed251326 (diff)
downloadnitrocli-1e4a359f42e081851b98a12511ffe24968bfc6da.tar.gz
nitrocli-1e4a359f42e081851b98a12511ffe24968bfc6da.tar.bz2
Add 'clear' command
We currently unconditionally use gpg-agent to enter the PIN to use when opening the encrypted volume. The agent has the advantage of caching the password for us so that subsequent invocations against the same cache entry can be served without user interaction. For various reasons, however, it can be desirable to have the ability to remove this entry from the cache. This change introduces a new command 'clear' that achieves precisely this task.
Diffstat (limited to 'nitrocli/README.md')
-rw-r--r--nitrocli/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md
index 69f9b8c..2817691 100644
--- a/nitrocli/README.md
+++ b/nitrocli/README.md
@@ -8,6 +8,7 @@ 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.
Usage