diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-07 22:37:00 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-07 22:37:00 +0200 |
commit | 209076ebd35458aaf61f4a8a4b71e127e4eda440 (patch) | |
tree | 4d0fa8a3f12be5485e6768fed9231be68bc39ad8 /doc/taler-exchange-keyup.1 | |
parent | ef6d9cc56d3e3830750d76df1db48bc3d7d10f41 (diff) |
implement denomination key revocation logic in exchangedb and taler-exchange-keyup (part of #3887)
Diffstat (limited to 'doc/taler-exchange-keyup.1')
-rw-r--r-- | doc/taler-exchange-keyup.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/taler-exchange-keyup.1 b/doc/taler-exchange-keyup.1 index 541c10ec8..7859d8a89 100644 --- a/doc/taler-exchange-keyup.1 +++ b/doc/taler-exchange-keyup.1 @@ -1,4 +1,4 @@ -.TH TALER\-EXCHANGE\-KEYUP 1 "Apr 22, 2015" "GNU Taler" +.TH TALER\-EXCHANGE\-KEYUP 1 "Apr 7, 2017" "GNU Taler" .SH NAME taler\-exchange\-keyup \- Setup Taler exchange denomination and signing keys. @@ -25,6 +25,9 @@ Location of the private EdDSA offline master key of the exchange. .IP "\-o FILE, \-\-ouptut=FILE" Where to write a denomination key signing request file to be given to the auditor. .B +.IP "\-r DKH, \-\-revoke=DKH" +Revoke the denomination key where the denomination public key's hash is DKH. +.B .IP "\-t TIMESTAMP, \-\-time=TIMESTAMP" Operate as if the current time was TIMESTAMP. .B |