summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-06 12:36:15 +0200
committerFlorian Dold <florian@dold.me>2021-08-06 12:36:24 +0200
commita238513d5fe1a51a3f88709d49e4eaf82920028d (patch)
treead13a491cfa5ac51d633fe68c775b943d98a67a8 /taler-exchange-setup-guide.rst
parent54919761ce7e7cb7a9325f91abd69dbaacf620bf (diff)
downloaddocs-a238513d5fe1a51a3f88709d49e4eaf82920028d.tar.gz
docs-a238513d5fe1a51a3f88709d49e4eaf82920028d.tar.bz2
docs-a238513d5fe1a51a3f88709d49e4eaf82920028d.zip
improve nexus superuser setup instructions
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 645d3f81..5bed41b0 100644
--- 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.