summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-24 13:41:12 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-24 13:41:12 +0200
commit7ec40ddae6314f709147ce1da9c74d7d6cbd9cb0 (patch)
tree957e26a039f77f5d96d9a65b16e919ace1a03a7e /taler-auditor-manual.rst
parent7392002df369ada8fc0239c0ce37253893b8007d (diff)
downloaddocs-7ec40ddae6314f709147ce1da9c74d7d6cbd9cb0.tar.gz
docs-7ec40ddae6314f709147ce1da9c74d7d6cbd9cb0.tar.bz2
docs-7ec40ddae6314f709147ce1da9c74d7d6cbd9cb0.zip
-formatting
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index f968fd34..027e789f 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -281,7 +281,7 @@ As the *postgres* user, you can create these databases using:
.. code-block:: console
- # As the ``postgres`` user:
+ # As the 'postgres' user:
$ createdb -O auditor-ingres exchange-ingres
$ createdb -O sync exchange-production
$ createdb -O auditor auditor
@@ -293,11 +293,11 @@ some users to databases owned by other users:
.. code-block:: console
- # As the ``auditor-ingres`` user:
+ # As the 'auditor-ingres' user:
$ echo 'GRANT SELECT ON ALL TABLES IN SCHEMA public TO sync;' | psql exchange-ingres
- # As the ``sync`` user:
+ # As the 'sync' user:
$ echo 'GRANT SELECT ON ALL TABLES IN SCHEMA public TO auditor;' | psql exchange-production
- # As the ``auditor-wire`` user:
+ # As the 'auditor-wire' user:
$ echo 'GRANT SELECT ON ALL TABLES IN SCHEMA public TO auditor;' | psql libeufin
@@ -337,7 +337,7 @@ and configure these:
.. code-block:: console
- # As the ``helper`` and ``offline`` users:
+ # As the 'helper' and 'offline' users:
$ taler-config -s exchange -o BASE_URL -V https://exchange.example.com/
$ taler-config -s exchange -o MASTER_PUBLIC_KEY -V SOMELONGBASE32VALUEHERE
@@ -364,7 +364,7 @@ is to extract the public key:
.. code-block:: console
- # As the ``offline`` user:
+ # As the 'offline' user:
$ taler-auditor-offline setup
This public key must then be provided in the configuration file
@@ -377,7 +377,7 @@ You can set this configuration value using:
.. code-block:: console
- # As the ``auditor`` user:
+ # As the 'auditor' user:
$ taler-config -s auditor -o MASTER_PUBLIC_KEY -V SOMELONGBASE32VALUEHERE
@@ -496,7 +496,7 @@ key.
.. code-block:: console
- # As the ``auditor'' user:
+ # As the 'auditor' user:
$ taler-auditor-exchange -m $MASTER_PUB -u $EXCHANGE_BASE_URL
An equivalent step must be performed by the exchange operator. Here, the
@@ -520,7 +520,7 @@ each auditor should run:
.. code-block:: console
- # As the ``helper`` user:
+ # As the 'helper' user:
$ taler-auditor-offline download > input.json
to import the latest set of denomination keys. The key data should then be
@@ -528,7 +528,7 @@ copied to the offline system and there be inspected using:
.. code-block:: console
- # As the ``offline`` user:
+ # As the 'offline' user:
$ taler-auditor-offline show < input.json
and compared with the data the exchange operator saw when doing the offline
@@ -548,7 +548,7 @@ on its offline system) using:
.. code-block:: console
- # As the ``offline`` user:
+ # As the 'offline' user:
$ taler-auditor-offline sign < input.json > output.json
The resulting ``output.json`` should then be copied to an online system,
@@ -556,7 +556,7 @@ and from there uploaded to the exchange using:
.. code-block:: console
- # As the ``helper`` user:
+ # As the 'helper' user:
$ taler-auditor-offline upload < output.json
The contents of ``output.json`` can again be public and require no special