website/docs: fix #9552 openssl rand base64 line wrap (#10211)

This commit is contained in:
Jonathan Joewono
2024-06-24 23:19:47 +02:00
committed by GitHub
parent e25ceb5041
commit 53a44435f8
7 changed files with 11 additions and 11 deletions

View File

@ -19,7 +19,7 @@ The following placeholders will be used:
![](./01_user_create.png)
3. Give the User a password, generated using for example `pwgen 64 1` or `openssl rand 36 | base64`.
3. Give the User a password, generated using for example `pwgen 64 1` or `openssl rand 36 | base64 -w 0`.
4. Open the Delegation of Control Wizard by right-clicking the domain and selecting "All Tasks".