From 13619f425c4f97cf0d7cffd3a35faba6ef3c654a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Aug 2015 14:40:09 +0200 Subject: towards implementing /wire replies --- doc/taler-mint-sepa.1 | 41 +++++++++++++++++++++++++++++++++++++++++ doc/taler.conf.5 | 19 +++++++++++++++++-- 2 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 doc/taler-mint-sepa.1 (limited to 'doc') diff --git a/doc/taler-mint-sepa.1 b/doc/taler-mint-sepa.1 new file mode 100644 index 000000000..62d75a667 --- /dev/null +++ b/doc/taler-mint-sepa.1 @@ -0,0 +1,41 @@ +.TH TALER\-MINT\-SEPA 1 "Apr 22, 2015" "GNU Taler" + +.SH NAME +taler\-mint\-sepa \- Create the master-key signed response to /wire/sepa. + +.SH SYNOPSIS +.B taler\-mint\-sepa +.RI [ options ] +.br + +.SH DESCRIPTION +\fBtaler\-mint\-sepa\fP is used to create the mint's reply to a /wire/sepa request. It converts the bank details into the appropriate signed response. This needs to be done using the long-term offline master key. + +.SH OPTIONS +.B +.IP "\-b BIC, \-\-bic=BIC" +Specifies the BIC code to use. +.B +.IP "\-i IBAN, \-\-iban=IBAN" +Specifies the IBAN to use. +.B +.IP "\-n NAME, \-\-name=NAME" +Specifies the name of the account holder. +.B +.IP "\-m MASTERKEYFILE, \-\-master=MASTERKEYFILE" +Specifies the name of the file containing the mint's master key. +.B +.IP "\-o FILENAME, \-\-output=FILENAME" +Where to write the SEPA_RESPONSE_FILE. +.B +.IP "\-h, \-\-help" +Print short help on options. +.B +.IP "\-v, \-\-version" +Print version information. + +.SH BUGS +Report bugs by using Mantis or by sending electronic mail to + +.SH "SEE ALSO" +\fBtaler\-mint\-httpd\fP(1), \fBtaler.conf\fP(5) diff --git a/doc/taler.conf.5 b/doc/taler.conf.5 index cb51d8989..87f216913 100644 --- a/doc/taler.conf.5 +++ b/doc/taler.conf.5 @@ -1,4 +1,4 @@ -.TH TALER.CONF 5 "Apr 22, 2015" "GNU Taler" +.TH TALER.CONF 5 "Aug 11, 2015" "GNU Taler" .SH NAME taler.conf \- Taler configuration file. @@ -25,6 +25,20 @@ The following options are from the "[mint]" section and used by most mint tools: .IP MASTER_PUBLIC_KEY Crockford Base32-encoded master public key, public version of the mint\'s long\-time offline signing key. + +.SH WIRE transfer details + +The following options must be in section "[mint-wire-test]": + +.IP REDIRECT_URL + URL to redirect /wire/test to. Should contain a Web form the user can use to charge his wallet with coins in a "test" currency for testing. If this option is not provided, /wire/test will return "501 NOT IMPLEMENTED". + +The following options must be in section "[mint-wire-sepa]": + +.IP SEPA_RESPONSE_FILE + Filename with the JSON body for the /wire/sepa response, signed using the mint's long-term offline master key. If this option is not provided, /wire/test will return "501 NOT IMPLEMENTED". Use "taler-mint-sepa" to create the SEPA_RESPONSE_FILE. + + .SH Postgres database options The following options must be in section "[mintdb-postgres]": @@ -71,4 +85,5 @@ The following options are from the "[mint_keys]" section and used by most taler\ Report bugs by using Mantis or by sending electronic mail to .SH "SEE ALSO" -\fBtaler\-mint\-httpd\fP(1), \fBtaler\-mint\-keyup\fP(1), \fBtaler\-mint\-reservemod\fP(1), \fBtaler\-mint\-dbinit\fP(1) +\fBtaler\-mint\-httpd\fP(1), \fBtaler\-mint\-keyup\fP(1), \fBtaler\-mint\-reservemod\fP(1), \fBtaler\-mint\-dbinit\fP(1), \fBtaler\-mint\-sepa(1) + -- cgit v1.2.3