summaryrefslogtreecommitdiff
path: root/manpages/taler-auditor-offline.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-auditor-offline.1.rst')
-rw-r--r--manpages/taler-auditor-offline.1.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/manpages/taler-auditor-offline.1.rst b/manpages/taler-auditor-offline.1.rst
index 7c10f35a..59065e72 100644
--- a/manpages/taler-auditor-offline.1.rst
+++ b/manpages/taler-auditor-offline.1.rst
@@ -79,19 +79,11 @@ by the auditor. To obtain the auditor's public key, use:
.. code-block:: console
- $ AUDITOR_PRIV_FILE=`taler-config -f -c $CONF -s AUDITOR -o AUDITOR_PRIV_FILE`
- $ gnunet-ecc -p $AUDITOR_PRIV_FILE
-
-Note that if the private key file does not yet exist, the above will fail.
-In this case, create the private key using:
-
-.. code-block:: console
-
- $ AUDITOR_PRIV_FILE=`taler-config -f -c $CONF -s AUDITOR -o AUDITOR_PRIV_FILE`
- $ AUDITOR_PRIV_DIR=`dirname $AUDITOR_PRIV_FILE`
- $ mkdir -p $AUDITOR_PRIV_DIR
- $ gnunet-ecc -g1 $AUDITOR_PRIV_FILE
+ $ taler-auditor-offline setup
+Note that if the private key file already exists, the above will simply output
+the existing key. Passing additional arguments after setup (including "-")
+will cause the output to be encapsulated in JSON.
Relevant configuration options for **taler-auditor-offline** are:
@@ -102,6 +94,14 @@ Relevant configuration options for **taler-auditor-offline** are:
Subcommands
===========
+setup
+-----
+
+When run the first time, this subcommand sets up the offline private key and
+outputs the resulting public key. Subsequent invocations will simply again
+output the (same) public key (in the format usable for the exchange
+configuration).
+
download
--------