taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

taler-merchant-donaukeyupdate.1.rst (2496B)


      1 taler-merchant-donaukeyupdate(1)
      2 ################################
      3 
      4 .. only:: html
      5 
      6    Name
      7    ====
      8 
      9    **taler-merchant-donaukeyupdate** - keep key material (and configuration data) of each configured Donau current
     10 
     11 
     12 Synopsis
     13 ========
     14 
     15 **taler-merchant-donaukeyupdate**
     16 [**-3** | **--http3**]
     17 [**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
     18 [**-h** | **--help**]
     19 [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
     20 [**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
     21 [**-T** *USEC* | **--timetravel**\ \ *USEC*]
     22 [**-t** | **--test**]
     23 [**-v** | **--version**]
     24 
     25 Description
     26 ===========
     27 
     28 **taler-merchant-donaukeyupdate** is a background job that
     29 downloads the current key material and configuration data from
     30 each configured Donau and keeps an up-to-date copy in our
     31 local database.
     32 
     33 The tool is part of a set of processes that allow a merchant backend to ensure
     34 that the backend can properly interact with an Donau when issuing donation
     35 receipts.
     36 
     37 Its options are as follows:
     38 
     39 **-3** \| **--http3**
     40    Enable the use of HTTP/2 and HTTP/3. Without this option, we
     41    force libcurl to only use HTTP/1.1 when talking to the Donau.
     42    Note that for some libcurl builds, we will still use HTTP/1.1
     43    even with this option if HTTP/2 or HTTP/3 support are not deemed
     44    to be stable enough.  Setting this option may provide a minor
     45    performance benefit, but it may cause stability issues depending
     46    on the libcurl version used, hence it is off by default.
     47 
     48 **-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
     49    Use the configuration and other resources for the merchant to operate
     50    from *FILENAME*.
     51 
     52 **-h** \| **--help**
     53    Print short help on options.
     54 
     55 **-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
     56    Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
     57    ``WARNING``, ``ERROR``.
     58 
     59 **-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
     60    Send logging output to *FILENAME*.
     61 
     62 **-T** *USEC* \| **--timetravel=**\ \ *USEC*
     63    Modify the system time by *USEC* microseconds.
     64    *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``).
     65    This option is intended for debugging/testing only.
     66 
     67 **-t** \| **--test**
     68    Run in test mode. Only runs until the current list of bank
     69    transactions have all been checked.
     70 
     71 **-v** \| **–version**
     72    Print version information.
     73 
     74 See Also
     75 ========
     76 
     77 donau-httpd(1), taler-merchant.conf(5).
     78 
     79 Bugs
     80 ====
     81 
     82 Report bugs by using https://bugs.taler.net or by sending electronic
     83 mail to <taler@gnu.org>.