taler-docs

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

commit af968a65a14f87b9126ee1619e10ba054ba090f5
parent 50f0bae2192034bc7546b88278bc36673e399dca
Author: Antoine A <>
Date:   Wed, 21 Feb 2024 17:22:10 +0100

Improve regional currency manual

Diffstat:
Mfrags/nexus-ebics-setup.rst | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/frags/nexus-ebics-setup.rst b/frags/nexus-ebics-setup.rst @@ -42,7 +42,7 @@ Reuse existing client keys If you have client keys from a previous EBICS setup you can copy the JSON file to the configured path ``CLIENT_PRIVATE_KEYS_FILE`` (``/var/lib/libeufin-nexus/client-ebics-keys.json`` with the default config). -Make sure this file is acessible to the user running ``libeufin-nexus``, for the default services you should run: +Make sure this file is accessible to the user running ``libeufin-nexus``, for the default services you should run: .. code-block:: console @@ -78,4 +78,10 @@ command will finish the EBICS setup process: $ libeufin-nexus ebics-setup -c "$CONFIG_FILE" -The EBICS setup is finished once the bank keys have been accepted. -\ No newline at end of file +The EBICS setup is finished once the bank keys have been accepted. + +Make sure this bank keys are accessible to the user running ``libeufin-nexus``, for the default services you should run: + +.. code-block:: console + + $ chown libeufin-nexus:libeufin-nexus /var/lib/libeufin-nexus/bank-ebics-keys.json