47 lines
1.7 KiB
Groff
47 lines
1.7 KiB
Groff
.Dd
|
|
.Dt TALER\-AUDITOR\-SIGN 1 "Mar 15, 2016" "GNU Taler"
|
|
.Os
|
|
.Sh NAME
|
|
.Nm taler\-auditor\-sign
|
|
.Nd
|
|
Sign exchange denomination as auditor.
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl a Ar FILE | Fl \-auditor-key= Ns Ar FILE
|
|
.Op Fl h | \-help
|
|
.Op Fl m Ar KEY | Fl \-exchange-key= Ns Ar KEY
|
|
.Op Fl u Ar URL | Fl \-auditor-url= Ns Ar URL
|
|
.Op Fl r Ar FILE | Fl \-exchange-request= Ns Ar FILE
|
|
.Op Fl o Ar FILE | Fl \-output= Ns Ar FILE
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
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.
|
|
.Pp
|
|
The exchange for which keys were signed must have been added to the auditor using taler\-auditor\-exchange first!
|
|
.Bl -tag -width Ds
|
|
.It Fl a Ar FILE | Fl \-auditor-key= Ns Ar FILE
|
|
Location of the private EdDSA auditor key.
|
|
If it does not exist, it will be created.
|
|
.It Fl h | \-help
|
|
Print short help on options.
|
|
.It Fl m Ar KEY | Fl \-exchange-key= Ns Ar KEY
|
|
Public key of the exchange in Crockford base32 encoding, for example as generated by gnunet-ecc -p.
|
|
.It Fl u Ar URL | Fl \-auditor-url= Ns Ar URL
|
|
URL of the auditor.
|
|
Provides informative link for the user to learn more about the auditor.
|
|
.It Fl r Ar FILE | Fl \-exchange-request= Ns Ar FILE
|
|
File with the exchange's denomination key signing request as generated by taler-exchange-keyup -o.
|
|
.It Fl o Ar FILE | Fl \-output= Ns Ar FILE
|
|
File where the auditor should write the EdDSA signature.
|
|
.Sh SEE ALSO
|
|
.Xr gnunet-ecc 1 ,
|
|
.Xr taler-auditor-exchange 1 ,
|
|
.Xr taler-exchange-keyup 1 ,
|
|
.Xr taler.conf 5
|
|
.Sh BUGS
|
|
Report bugs by using
|
|
.Lk https://gnunet.org/bugs/
|
|
or by sending electronic mail to
|
|
.Aq Mt taler@gnu.org .
|