aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-16 00:06:39 +0700
committerShulhan <ms@kilabit.info>2023-05-16 00:06:39 +0700
commit6a9e476354d23da316a94d0d5a7f8b14a273910e (patch)
tree2b3cd9df782fa41edde4b3282b7375825684be40 /README.md
parent6fd1ef57498aad5b73808f2b2260ccfe76ae649c (diff)
downloadgotp-6a9e476354d23da316a94d0d5a7f8b14a273910e.tar.xz
all: add command to set private key
The set-private-key command encrypt the issuer's value (hash:secret...) in the file using private key. The supported private key is RSA.
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 1d5de60..6c977bc 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,11 @@ remove <LABEL>
rename <LABEL> <NEW-LABEL>
Rename a LABEL into NEW-LABEL.
+
+set-private-key <PRIVATE-KEY-FILE>
+
+ Encrypt the issuer's value (hash:secret...) in the file using private key.
+ The supported private key is RSA.
```
## ENCRYPTION