summaryrefslogtreecommitdiff
path: root/manpages/taler-auditor-sign.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-auditor-sign.1.rst')
-rw-r--r--manpages/taler-auditor-sign.1.rst63
1 files changed, 63 insertions, 0 deletions
diff --git a/manpages/taler-auditor-sign.1.rst b/manpages/taler-auditor-sign.1.rst
new file mode 100644
index 00000000..b9c34fb8
--- /dev/null
+++ b/manpages/taler-auditor-sign.1.rst
@@ -0,0 +1,63 @@
+taler-auditor-sign(1)
+#####################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-auditor-sign** - sign exchange denomination as auditor
+
+Synopsis
+========
+
+**taler-auditor-sign** [**-a** *FILE* | **--auditor-key=**\ ‌\ *FILE*]
+[**-h** | **--help**] [**-m** *KEY* | **--exchange-key=**\ ‌\ *KEY*]
+[**-u** *URL* | **--auditor-url=**\ ‌\ *URL*]
+[**-r** *FILE* | **--exchange-request=**\ ‌\ *FILE*]
+[**-o** *FILE* | **--output=**\ ‌\ *FILE*]
+
+Description
+===========
+
+**taler-auditor-sign** is a command line tool to be used by an auditor
+to sign that he is aware of certain keys being used by a exchange. Using
+this signature, the auditor affirms that he will verify that the
+exchange is properly accounting for those coins.
+
+The exchange for which keys were signed must have been added to the
+auditor using taler-auditor-exchange first!
+
+**-a** *FILE* \| **--auditor-key=**\ ‌\ *FILE*
+ Location of the private EdDSA auditor key. If it does not exist, it
+ will be created.
+
+**-h** \| **--help**
+ Print short help on options.
+
+**-m** *KEY* \| **--exchange-key=**\ ‌\ *KEY*
+ Public key of the exchange in Crockford base32 encoding, for example
+ as generated by gnunet-ecc -p.
+
+**-u** *URL* \| **--auditor-url=**\ ‌\ *URL*
+ URL of the auditor. Provides informative link for the user to learn
+ more about the auditor.
+
+**-r** *FILE* \| **--exchange-request=**\ ‌\ *FILE*
+ File with the exchange’s denomination key signing request as
+ generated by taler-exchange-keyup -o.
+
+**-o** *FILE* \| **--output=**\ ‌\ *FILE*
+ File where the auditor should write the EdDSA signature.
+
+See Also
+========
+
+gnunet-ecc(1), taler-auditor-exchange(1), taler-exchange-keyup(1),
+taler.conf(5)
+
+Bugs
+====
+
+Report bugs by using https://gnunet.org/bugs/ or by sending electronic
+mail to <taler@gnu.org>.