aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-16 00:20:40 +0700
committerShulhan <ms@kilabit.info>2023-05-16 00:20:40 +0700
commitde4158b930a2afcfa59947ae2cd7127943751805 (patch)
tree3cd3763ed102e1ebf729036ec9ba4da7ca1d0a26 /README.md
parent6a9e476354d23da316a94d0d5a7f8b14a273910e (diff)
downloadgotp-de4158b930a2afcfa59947ae2cd7127943751805.tar.xz
all: add command to remove the private key
The remove-private-key decrypt the issuer's value back using previous private key and store it back to file as plain text.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c977bc..85a9579 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,11 @@ remove <LABEL>
Remove LABEL from configuration.
+remove-private-key
+
+ Decrypt the issuer's value (hash:secret...) using previous private key and
+ store it back to file as plain text.
+
rename <LABEL> <NEW-LABEL>
Rename a LABEL into NEW-LABEL.