gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: -formatting


From: gnunet
Subject: [taler-docs] branch master updated: -formatting
Date: Thu, 24 Jun 2021 13:41:14 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 7ec40dd  -formatting
7ec40dd is described below

commit 7ec40ddae6314f709147ce1da9c74d7d6cbd9cb0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jun 24 13:41:12 2021 +0200

    -formatting
---
 taler-auditor-manual.rst | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index f968fd3..027e789 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]