Update Configs & Servers/Linux/privacyIDEA.md
This commit is contained in:
@ -54,4 +54,13 @@ Now we need to launch the template. Assuming all of the above was completed, we
|
||||
TASK [Install PrivacyIDEA with Apache2] ****************************************
|
||||
changed: [auth]
|
||||
PLAY RECAP *********************************************************************auth : ok=7 changed=5 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
|
||||
```
|
||||
```
|
||||
|
||||
## Create an Administrator Account
|
||||
You will need to use the CLI in the server in order to create the first administrative account. Run the following command and provide a password for the administrator account.
|
||||
``` sh
|
||||
sudo pi-manage admin add nicole.rappe -e nicole.rappe@bunny-lab.io
|
||||
```
|
||||
|
||||
## Log into the WebUI
|
||||
Assuming you created an `A` record in the DNS server pointing to the IP address of the privacyIDEA server, Navigate to https://auth.bunny-lab.io and sign in with your newly-created username and password. (e.g. `nicole.rappe`)
|
Reference in New Issue
Block a user