2016-03-21 01:45:53 +01:00
.TH TALER\-AUDITOR\-SIGN 1 "Mar 15, 2016" "GNU Taler"
2015-09-16 18:48:52 +02:00
.SH NAME
2016-03-01 15:35:04 +01:00
taler\- auditor\- sign \- Sign exchange denomination as auditor.
2015-09-16 18:48:52 +02:00
.SH SYNOPSIS
.B taler\-auditor\-sign
.RI [ options ]
.br
.SH DESCRIPTION
2016-03-01 15:35:04 +01:00
\fB taler\- auditor\- sign\fP 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.
2015-09-16 18:48:52 +02:00
2018-11-03 21:28:52 +01:00
The exchange for which keys were signed must have been added to the auditor using taler\- auditor\- exchange first!
2015-09-16 18:48:52 +02:00
.SH OPTIONS
.B
.IP "\-a FILE, \-\-auditor-key=FILE"
Location of the private EdDSA auditor key. If it does not exist, it will be created.
.B
.IP "\-h, \-\-help"
Print short help on options.
.B
2016-03-01 15:35:04 +01:00
.IP "\-m KEY, \-\-exchange-key=KEY"
Public key of the exchange in Crockford base32 encoding, for example as generated by gnunet\- ecc \- p.
2015-09-16 18:48:52 +02:00
.B
2016-03-21 01:45:53 +01:00
.IP "\-u URL, \-\-auditor-url=URL"
URL of the auditor. Provides informative link for the user to learn more about the auditor.
.B
2016-03-01 15:35:04 +01:00
.IP "\-r FILE, \-\-exchange-request=FILE"
File with the exchange's denomination key signing request as generated by taler\- exchange\- keyup \- o.
2015-09-16 18:48:52 +02:00
.B
.IP "\-o FILE, \-\-output=FILE"
File where the auditor should write the EdDSA signature.
.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>
.SH "SEE ALSO"
2018-11-03 21:28:52 +01:00
\fB taler\- auditor\- exchange\fP (1), \fB taler\- exchange\- keyup\fP (1), \fB gnunet\- ecc\fP (1), \fB taler.conf\fP (5)