taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 1183f66242c7d708f510c729b788da1ffe153da0
parent ce14f0028c95f673a38af8603750f24a685056c8
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri,  6 Aug 2021 23:10:34 -0400

capitalize first word in sentence

Diffstat:
Mtaler-exchange-setup-guide.rst | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git 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