aboutsummaryrefslogtreecommitdiff
path: root/doc/taler-config-generate.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/taler-config-generate.1')
-rw-r--r--doc/taler-config-generate.174
1 files changed, 0 insertions, 74 deletions
diff --git a/doc/taler-config-generate.1 b/doc/taler-config-generate.1
deleted file mode 100644
index 2410fb380..000000000
--- a/doc/taler-config-generate.1
+++ /dev/null
@@ -1,74 +0,0 @@
1.Dd May 5, 2016
2.Dt TALER-CONFIG-GENERATE 1
3.Os
4.Sh NAME
5.Nm taler-config-generate
6.Nd
7tool to simplify Taler configuration generation
8.Os
9.Sh SYNOPSIS
10.Nm
11.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
12.Op Fl C Ar CURRENCY | Fl \-currency= Ns Ar CURRENCY
13.Op Fl e | \-exchange
14.Op Fl f Ar AMOUNT | \-wirefee= Ns Ar AMOUNT
15.Op Fl m | \-merchant
16.Op Fl t | \-trusted
17.Op Fl w Ar WIREFORMAT | Fl \-wire Ar WIREFORMAT
18.Op Fl j Ar JSON | Fl \-wire-json-merchant= Ns Ar JSON
19.Op Fl J Ar JSON | Fl \-wire-json-exchange= Ns Ar JSON
20.Op Fl \-bank-uri
21.Op Fl \-exchange-bank-account
22.Op Fl \-merchant-bank-account
23.Op Fl h | \-help
24.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
25.Op Fl v | \-version
26.Sh DESCRIPTION
27.Nm
28can be used to generate configuration files for the Taler exchange or Taler merchants.
29.Bl -tag -width Ds
30.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
31Location where to write the generated configuration.
32Existing file will be updated, not overwritten.
33.It Fl C Ar CURRENCY | Fl \-currency= Ns Ar CURRENCY
34Which currency should we use in the configuration.
35.It Fl e | \-exchange
36Generate configuration for a Taler exchange.
37.It Fl f Ar AMOUNT | \-wirefee= Ns Ar AMOUNT
38Setup wire transfer fees for the next 5 years for the exchange (for all wire methods).
39.It Fl m | \-merchant
40Generate configuration for a Taler merchant.
41.It Fl t | \-trusted
42Setup current exchange as trusted with current merchant.
43Generally only useful when configuring for testcases.
44.It Fl w Ar WIREFORMAT | Fl \-wire Ar WIREFORMAT
45Specifies which wire format to use (i.e. "test" or "sepa")
46.It Fl j Ar JSON | Fl \-wire-json-merchant= Ns Ar JSON
47Wire configuration to use for the merchant.
48.It Fl J Ar JSON | Fl \-wire-json-exchange= Ns Ar JSON
49Wire configuration to use for the exchange.
50.It Fl \-bank-uri
51Alternative to specify wire configuration to use for the exchange and merchant for the "test" wire method.
52Only useful if WIREFORMAT was set to "test".
53Specifies the URI of the bank.
54.It Fl \-exchange-bank-account
55Alternative to specify wire configuration to use for the exchange for the "test" wire method.
56Only useful if WIREFORMAT was set to "test".
57Specifies the bank account number of the exchange.
58.It Fl \-merchant-bank-account
59Alternative to specify wire configuration to use for the merchant for the "test" wire method.
60Only useful if WIREFORMAT was set to "test".
61Specifies the bank account number of the merchant.
62.It Fl h | \-help
63Shows this man page.
64.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
65Use LOGLEVEL for logging.
66Valid values are DEBUG, INFO, WARNING and ERROR.
67.It Fl v | \-version
68Print GNUnet version number.
69.El
70.Sh BUGS
71Report bugs by using
72.Lk https://gnunet.org/bugs/
73or by sending electronic mail to
74.Aq Mt taler@gnu.org .