diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-16 00:20:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-16 00:20:40 +0700 |
| commit | de4158b930a2afcfa59947ae2cd7127943751805 (patch) | |
| tree | 3cd3763ed102e1ebf729036ec9ba4da7ca1d0a26 /README.md | |
| parent | 6a9e476354d23da316a94d0d5a7f8b14a273910e (diff) | |
| download | gotp-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
