first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
4
mailcow/data/assets/passwd/generate_passwords.sh
Executable file
4
mailcow/data/assets/passwd/generate_passwords.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo DBPASS=$(openssl rand -base64 32 | tr -dc _A-Z-a-z-0-9)
|
||||
echo DBROOT=$(openssl rand -base64 32 | tr -dc _A-Z-a-z-0-9)
|
||||
Loading…
Add table
Add a link
Reference in a new issue