summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 23:10:34 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 23:10:34 -0400
commit1183f66242c7d708f510c729b788da1ffe153da0 (patch)
tree1414d6ff35f05f37c021ced55584ab38ed89cf50 /taler-exchange-setup-guide.rst
parentce14f0028c95f673a38af8603750f24a685056c8 (diff)
downloaddocs-1183f66242c7d708f510c729b788da1ffe153da0.tar.gz
docs-1183f66242c7d708f510c729b788da1ffe153da0.tar.bz2
docs-1183f66242c7d708f510c729b788da1ffe153da0.zip
capitalize first word in sentence
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index dce96069..6178fb65 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -96,7 +96,7 @@ signing key to your list of trusted keys and update the package index:
[root@exchange-online]# apt-get update
..
- FIXME: this happens after the update.
+ FIXME: This happens after the update.
NB: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.taler.net/apt/ubuntu focal-fossa InRelease' doesn't support architecture 'i386'.
Finally, the required packages can be installed:
@@ -385,7 +385,7 @@ such letter:
$CONNECTION_NAME
..
- FIXME: maybe is not 100% clear that 'connecting' means exchanging keys
+ FIXME: Maybe is not 100% clear that 'connecting' means exchanging keys
wiht the bank?
Once the connection is synchronized, Nexus needs to import locally the data
@@ -453,7 +453,7 @@ through the bank connection:
reports).
..
- FIXME: possibly the date range filter is still missing, see #6243.
+ FIXME: Possibly the date range filter is still missing, see #6243.
Once Nexus has stored all the information in the database, the
client can ask to actually see the transactions:
@@ -611,7 +611,7 @@ and create payment initiations with a Taler wire gateway facade:
facade.talerWireGateway.transfer
..
- FIXME: the two commands above output a empty JSON object
+ FIXME: The two commands above output a empty JSON object
when successful. Possibly, we should suppress that (just like
the other commands do).
@@ -663,11 +663,11 @@ exchange processes should not have access to this information.
# LibEuFin expects basic auth.
wire_gateway_auth_method = basic
- # username and password set in LibEuFin.
+ # Username and password set in LibEuFin.
username = ...
password = ...
- # base URL of the wire gateway set up with LibEuFin.
+ # Base URL of the wire gateway set up with LibEuFin.
wire_gateway_url = ...
@@ -771,9 +771,9 @@ Offline Signing Setup
The offline signing keys of the exchange should be stored on a different machine.
The responsibilities of this offline signing machine are:
-* generation of the exchange's offline master signing key
-* secure storage of the exchange's offline master signing key
-* generation of certificates (signed with the offline master signing key) that will be imported by the exchange
+* Generation of the exchange's offline master signing key
+* Secure storage of the exchange's offline master signing key
+* Generation of certificates (signed with the offline master signing key) that will be imported by the exchange
.. code-block:: shell-session