commit 61c505b68f928882abf276978c20f1b2e7fed981
parent 3533b2e3e12253f801b06322766746ba2da1becc
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 22 Feb 2022 13:21:20 +0100
add manpage for taler-exchange-secmod-cs
Diffstat:
2 files changed, 79 insertions(+), 0 deletions(-)
diff --git a/conf.py b/conf.py
@@ -338,6 +338,9 @@ man_pages = [
("manpages/taler-exchange-secmod-eddsa.1", "taler-exchange-secmod-eddsa",
"handle private EDDSA key operations for a Taler exchange",
"GNU Taler contributors", 1),
+ ("manpages/taler-exchange-secmod-cs.1", "taler-exchange-secmod-cs",
+ "handle private CS key operations for a Taler exchange",
+ "GNU Taler contributors", 1),
("manpages/taler-exchange-secmod-rsa.1", "taler-exchange-secmod-rsa",
"handle private RSA key operations for a Taler exchange",
"GNU Taler contributors", 1),
diff --git a/manpages/taler-exchange-secmod-cs.1.rst b/manpages/taler-exchange-secmod-cs.1.rst
@@ -0,0 +1,76 @@
+taler-exchange-secmod-cs(1)
+###########################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-exchange-secmod-cs** - handle private Clause-Schnorr key operations for a Taler exchange
+
+
+Synopsis
+========
+
+**taler-exchange-secmod-cs**
+[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ \ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ \ *FILENAME*]
+[**-p** *N* | ,**--parallelism=**\ \ *N*]
+[**-T** *USEC* | **--timetravel=**\ \ *USEC*]
+[**-t** *TIMESTAMP* | **--time=**\ \ *TIMESTAMP*]
+[**-v** | **--version**]
+
+
+Description
+===========
+
+**taler-exchange-secmod-cs** is a command-line tool to
+handle private Clause-Schnorr key operations for a Taler exchange.
+
+FIXME: More details.
+
+Its options are as follows:
+
+**-c** *FILENAME* \| **--config=**\ \ *FILENAME*
+ Use the configuration and other resources for the merchant to operate
+ from *FILENAME*.
+
+**-h** \| **--help**
+ Print short help on options.
+
+**-L** *LOGLEVEL* \| **--loglevel=**\ \ *LOGLEVEL*
+ Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+ ``WARNING``, ``ERROR``.
+
+**-l** *FILENAME* \| **--logfile=**\ \ *FILENAME*
+ Send logging output to *FILENAME*.
+
+**p** *N* \| **--parallelism=**\ \ *N*
+ Run with *N* worker threads.
+
+**-T** *USEC* \| **--timetravel=**\ \ *USEC*
+ Modify the system time by *USEC* microseconds.
+ *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``).
+ This option is intended for debugging/testing only.
+
+**-t** *TIMESTAMP* \| **--time=**\ \ *TIMESTAMP*
+ Pretend it is *TIMESTAMP* for the update.
+ *TIMESTAMP* is a human-readable string (e.g., ``YYYY-MM-DD HH:MM:SS``).
+
+**-v** \| **--version**
+ Print version information.
+
+
+See Also
+========
+
+taler-exchange-httpd(1).
+
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.