summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-11 14:40:09 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-11 14:40:09 +0200
commit13619f425c4f97cf0d7cffd3a35faba6ef3c654a (patch)
tree93ec034889a06cc5f4471a086036af4eb80fb713 /doc
parent655e6f17bdb174bcbfb00cded2a500465db7e40a (diff)
downloadexchange-13619f425c4f97cf0d7cffd3a35faba6ef3c654a.tar.gz
exchange-13619f425c4f97cf0d7cffd3a35faba6ef3c654a.tar.bz2
exchange-13619f425c4f97cf0d7cffd3a35faba6ef3c654a.zip
towards implementing /wire replies
Diffstat (limited to 'doc')
-rw-r--r--doc/taler-mint-sepa.141
-rw-r--r--doc/taler.conf.519
2 files changed, 58 insertions, 2 deletions
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 <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>
+
+.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 <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>
.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)
+