taler-docs

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

commit a238513d5fe1a51a3f88709d49e4eaf82920028d
parent 54919761ce7e7cb7a9325f91abd69dbaacf620bf
Author: Florian Dold <florian@dold.me>
Date:   Fri,  6 Aug 2021 12:36:15 +0200

improve nexus superuser setup instructions

Diffstat:
Mtaler-exchange-setup-guide.rst | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -329,9 +329,10 @@ environment variable is exported. [root@exchange-online]# source /etc/libeufin/nexus.env [root@exchange-online]# export LIBEUFIN_NEXUS_DB_CONNECTION - [root@exchange-online]# libeufin-nexus superuser foo --password secret + [root@exchange-online]# NEXUS_ADMIN_PW=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 13) + [root@exchange-online]# libeufin-nexus superuser admin --password $NEXUS_ADMIN_PW -If you omit ``--password secret``, you will interactively be asked for a password. +If you omit ``--password $NEXUS_ADMIN_PW``, you will interactively be asked for a password. For simplicity, a superuser can as well act as a normal user, but an API to create less privileged users is offered.