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.rst16
1 files changed, 10 insertions, 6 deletions
diff --git a/manpages/taler-auditor-offline.1.rst b/manpages/taler-auditor-offline.1.rst
index 3c17ab1a..dab2f53d 100644
--- a/manpages/taler-auditor-offline.1.rst
+++ b/manpages/taler-auditor-offline.1.rst
@@ -78,16 +78,20 @@ The exchange and the **taler-auditor-httpd** must both be provided with
the auditor's public key, such that they can validate messages signed
by the auditor. To obtain the auditor's public key, use:
-$ AUDITOR_PRIV_FILE=`taler-config -f -c $CONF -s AUDITOR -o AUDITOR_PRIV_FILE`
-$ gnunet-ecc -p $AUDITOR_PRIV_FILE
+.. 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:
-$ 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
+.. 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
Relevant configuration options for **taler-auditor-offline** are: