summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-secmod-rsa.1.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-19 04:08:43 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-19 04:08:43 -0500
commit9b8eda8d8f4b531ac0456c40cbc0de85cea0c9af (patch)
tree358289cee31dd1757ff7219e7a8c5de3fe1e7d17 /manpages/taler-exchange-secmod-rsa.1.rst
parentd9582436b961f177ead57cfb09a37b4b8a2c7349 (diff)
downloaddocs-9b8eda8d8f4b531ac0456c40cbc0de85cea0c9af.tar.gz
docs-9b8eda8d8f4b531ac0456c40cbc0de85cea0c9af.tar.bz2
docs-9b8eda8d8f4b531ac0456c40cbc0de85cea0c9af.zip
taler-exchange-secmod-rsa(1): new manpage
* conf.py (man_pages): Add taler-exchange-secmod-rsa(1). * manpages/taler-exchange-secmod-rsa.1.rst: New file.
Diffstat (limited to 'manpages/taler-exchange-secmod-rsa.1.rst')
-rw-r--r--manpages/taler-exchange-secmod-rsa.1.rst76
1 files changed, 76 insertions, 0 deletions
diff --git a/manpages/taler-exchange-secmod-rsa.1.rst b/manpages/taler-exchange-secmod-rsa.1.rst
new file mode 100644
index 00000000..2d41acf3
--- /dev/null
+++ b/manpages/taler-exchange-secmod-rsa.1.rst
@@ -0,0 +1,76 @@
+taler-exchange-secmod-rsa(1)
+############################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-exchange-secmod-rsa** - handle private RSA key operations for a Taler exchange
+
+
+Synopsis
+========
+
+**taler-exchange-secmod-rsa**
+[**-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-rsa** is a command-line tool to
+handle private RSA 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>.