mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Remove quotation marks in password example
Otherwise the quotation marks are included in the password. Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
parent
36726560dd
commit
3015028f5d
@ -107,7 +107,7 @@ Icinga Web 2 uses the MD5 based BSD password algorithm. For generating a passwor
|
||||
command:
|
||||
|
||||
````
|
||||
openssl passwd -1 "password"
|
||||
openssl passwd -1 password
|
||||
````
|
||||
|
||||
> Note: The switch to `openssl passwd` is the **number one** (`-1`) for using the MD5 based BSD password algorithm.
|
||||
|
Loading…
x
Reference in New Issue
Block a user