summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-06 16:57:28 +0200
committerMS <ms@taler.net>2020-10-06 16:57:28 +0200
commit786e46d3e5eca9f808b04af56185705505ae3e14 (patch)
tree3f2cc2ec2eef752b904b608099cadccba8f203ea
parent18d37f891f4f0879189798485eaab2a10d1a1692 (diff)
downloaddocs-786e46d3e5eca9f808b04af56185705505ae3e14.tar.gz
docs-786e46d3e5eca9f808b04af56185705505ae3e14.tar.bz2
docs-786e46d3e5eca9f808b04af56185705505ae3e14.zip
note
-rw-r--r--libeufin/nexus-tutorial.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 7504078f..167afe35 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -54,7 +54,7 @@ into the system*:
.. code-block:: shell
- $ libeufin-nexus superuser $NEXUS_USER # Will interactively ask for password
+ $ libeufin-nexus superuser foo # Will interactively ask for password
For simplicity, we'll enable the superuser to access the bank account
via the EBICS protocol, but a API to create less privileged users is
@@ -64,6 +64,14 @@ Nexus needs now to associate the user to a EBICS subscriber that was
activated on the bank. In the Nexus terminology, this is called *(3)
creating a EBICS connection*.
+.. note::
+
+ The command line interface needs the following three values
+ to be defined into the environment: ``NEXUS_BASE_URL``, ``NEXUS_USERNAME``,
+ and ``NEXUS_PASSWORD``. In this example, NEXUS_USERNAME should be
+ set to ``foo``, and NEXUS_PASSWORD to the value given for its password
+ in step (2).
+
.. code-block:: shell
libeufin-cli \