summaryrefslogtreecommitdiff
path: root/man/taler-config-generate.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/taler-config-generate.1')
-rw-r--r--man/taler-config-generate.1117
1 files changed, 117 insertions, 0 deletions
diff --git a/man/taler-config-generate.1 b/man/taler-config-generate.1
new file mode 100644
index 00000000..3fcf8bd2
--- /dev/null
+++ b/man/taler-config-generate.1
@@ -0,0 +1,117 @@
+.\" Man page generated from reStructuredText.
+.
+.TH "TALER-CONFIG-GENERATE" "1" "Sep 18, 2019" "0.6pre1" "GNU Taler"
+.SH NAME
+taler-config-generate \- tool to simplify Taler configuration generation
+.
+.nr rst2man-indent-level 0
+.
+.de1 rstReportMargin
+\\$1 \\n[an-margin]
+level \\n[rst2man-indent-level]
+level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
+-
+\\n[rst2man-indent0]
+\\n[rst2man-indent1]
+\\n[rst2man-indent2]
+..
+.de1 INDENT
+.\" .rstReportMargin pre:
+. RS \\$1
+. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
+. nr rst2man-indent-level +1
+.\" .rstReportMargin post:
+..
+.de UNINDENT
+. RE
+.\" indent \\n[an-margin]
+.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
+.nr rst2man-indent-level -1
+.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
+.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
+..
+.SH SYNOPSIS
+.sp
+\fBtaler\-config\-generate\fP
+[\fB\-c\fP\ \fIFILENAME\fP\ |\ \fB–config=\fP‌\fIFILENAME\fP]
+[\fB\-C\fP\ \fICURRENCY\fP\ |\ \fB–currency=\fP‌\fICURRENCY\fP]
+[\fB\-e\fP\ |\ \fB–exchange\fP] [\fB\-f\fP\ \fIAMOUNT\fP\ |\ \fI\-wirefee=\fP‌\fIAMOUNT\fP]
+[\fB\-m\fP\ |\ \fB–merchant\fP] [\fB\-t\fP\ |\ \fB–trusted\fP]
+[\fB\-w\fP\ \fIWIREFORMAT\fP\ |\ \fB–wire\fP\ \fIWIREFORMAT\fP]
+[\fB\-j\fP\ \fIJSON\fP\ |\ \fB–wire\-json\-merchant=\fP‌\fIJSON\fP]
+[\fB\-J\fP\ \fIJSON\fP\ |\ \fB–wire\-json\-exchange=\fP‌\fIJSON\fP] [\fB–bank\-uri\fP]
+[\fB–exchange\-bank\-account\fP] [\fB–merchant\-bank\-account\fP]
+[\fB\-h\fP\ |\ \fB–help\fP]
+[\fB\-L\fP\ \fILOGLEVEL\fP\ |\ \fB–loglevel=\fP‌\fILOGLEVEL\fP]
+[\fB\-v\fP\ |\ \fB–version\fP]
+.SH DESCRIPTION
+.sp
+\fBtaler\-config\-generate\fP can be used to generate configuration files
+for the Taler exchange or Taler merchants.
+.INDENT 0.0
+.TP
+\fB\-c\fP \fIFILENAME\fP | \fB–config=\fP‌\fIFILENAME\fP
+Location where to write the generated configuration. Existing file
+will be updated, not overwritten.
+.TP
+\fB\-C\fP \fICURRENCY\fP | \fB–currency=\fP‌\fICURRENCY\fP
+Which currency should we use in the configuration.
+.TP
+\fB\-e\fP | \fB–exchange\fP
+Generate configuration for a Taler exchange.
+.TP
+\fB\-f\fP \fIAMOUNT\fP | \fI\-wirefee=\fP‌\fIAMOUNT\fP
+Setup wire transfer fees for the next 5 years for the exchange (for
+all wire methods).
+.TP
+\fB\-m\fP | \fB–merchant\fP
+Generate configuration for a Taler merchant.
+.TP
+\fB\-t\fP | \fB–trusted\fP
+Setup current exchange as trusted with current merchant. Generally
+only useful when configuring for testcases.
+.TP
+\fB\-w\fP \fIWIREFORMAT\fP | \fB–wire\fP \fIWIREFORMAT\fP
+Specifies which wire format to use (i.e.\ “test” or “sepa”)
+.TP
+\fB\-j\fP \fIJSON\fP | \fB–wire\-json\-merchant=\fP‌\fIJSON\fP
+Wire configuration to use for the merchant.
+.TP
+\fB\-J\fP \fIJSON\fP | \fB–wire\-json\-exchange=\fP‌\fIJSON\fP
+Wire configuration to use for the exchange.
+.TP
+\fB–bank\-uri\fP
+Alternative to specify wire configuration to use for the exchange and
+merchant for the “test” wire method. Only useful if WIREFORMAT was
+set to “test”. Specifies the URI of the bank.
+.TP
+\fB–exchange\-bank\-account\fP
+Alternative to specify wire configuration to use for the exchange for
+the “test” wire method. Only useful if WIREFORMAT was set to “test”.
+Specifies the bank account number of the exchange.
+.TP
+\fB–merchant\-bank\-account\fP
+Alternative to specify wire configuration to use for the merchant for
+the “test” wire method. Only useful if WIREFORMAT was set to “test”.
+Specifies the bank account number of the merchant.
+.TP
+\fB\-h\fP | \fB–help\fP
+Shows this man page.
+.TP
+\fB\-L\fP \fILOGLEVEL\fP | \fB–loglevel=\fP‌\fILOGLEVEL\fP
+Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
+ERROR.
+.TP
+\fB\-v\fP | \fB–version\fP
+Print GNUnet version number.
+.UNINDENT
+.SH BUGS
+.sp
+Report bugs by using \fI\%https://gnunet.org/bugs/\fP or by sending electronic
+mail to <\fI\%taler@gnu.org\fP>.
+.SH AUTHOR
+GNU Taler contributors
+.SH COPYRIGHT
+2014, 2015, 2016 Florian Dold, Benedikt Muller, Sree Harsha Totakura, Christian Grothoff, Marcello Stanisci (GPLv3+ or GFDL 1.3+)
+.\" Generated by docutils manpage writer.
+.