mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
tweak book chapter
This commit is contained in:
parent
a6269de9ab
commit
e34a848a88
|
@ -45,6 +45,9 @@ Then you can setup the initial admin account and initialise the database into yo
|
|||
|
||||
docker run --rm -i -t -v kanidmd:/data kanidm/server:latest /sbin/kanidmd recover_account -c /data/server.toml -n admin
|
||||
|
||||
> **HINT**
|
||||
> If you want to try the latest development releases instead, use the image tag kanidm/server:devel instead
|
||||
|
||||
You then want to set your domain name so that spn's are generated correctly.
|
||||
|
||||
docker run --rm -i -t -v kanidmd:/data kanidm/server:latest /sbin/kanidmd domain_name_change -c /data/server.toml -n idm.example.com
|
||||
|
|
Loading…
Reference in a new issue