summaryrefslogtreecommitdiff
path: root/manpages/sync-httpd.1.rst
blob: c09ccb146f8e2700788a8ae90ace6a1dd3d1c8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
sync-httpd(1)
#############

.. only:: html

   Name
   ====

   **sync-httpd** - provide the Sync HTTP interface


Synopsis
========

**sync-httpd**
[**-A** *USERNAME:PASSWORD* | **--auth=**\ \ *USERNAME:PASSWORD*]
[**-C** | **--connection-close**]
[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
[**-h** | **--help**]
[**-k** *KEYFILE* | **--key=**\ \ *KEYFILE*]
[**-L** *LOGLEVEL* | **--log=**\ \ *LOGLEVEL*]
[**-l** *FILENAME* | **--logfile=**\ \ *FILENAME*]
[**-p** *KEYFILEPASSPHRASE* | **--pass=**\ \ *KEYFILEPASSPHRASE*]
[**-t** *CERTTYPE* | **--type=**\ \ *CERTTYPE*]
[**-v** | **--version**]


Description
===========

**sync-httpd** is a command-line tool to provide the Sync HTTP interface.

Its options are as follows:

**-A** *USERNAME:PASSWORD* \| **--auth=**\ \ *USERNAME:PASSWORD*
   Use the given *USERNAME* and *PASSWORD* for client authentication.

**-C** \| **--connection-close**
   Force HTTP connections to be closed after each request.

**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
   Use the configuration and other resources for the Sync commands
   to operate from *FILENAME*.

**-h** \| **--help**
   Print short help on options.

**-k** *KEYFILE* \| **--key=**\ \ *KEYFILE*
   Consult *KEYFILE* for the private TLS key for TLS client authentication.

**-L** *LOGLEVEL* \| **--log=**\ \ *LOGLEVEL*
   Configure logging to use *LOGLEVEL*.

**-l** *FILENAME* \| **--logfile=**\ \ *FILENAME*
   Configure logging to write logs to *FILENAME*.

**-p** *KEYFILEPASSPHRASE* \| **--pass=**\ \ *KEYFILEPASSPHRASE*
   Use *KEYFILEPASSPHRASE* to decrypt the TLS client private key file.

**-t** *CERTTYPE* \| **--type=**\ \ *CERTTYPE*
   Use *CERTTYPE* as the type of the TLS client certificate.
   If unspecified, defaults to PEM.

**-v** \| **–version**
   Print version information.


See Also
========

sync-config(1), sync-dbinit(1), sync.conf(5).


Bugs
====

Report bugs by using https://bugs.taler.net or by sending electronic
mail to <taler@gnu.org>.