Avoid manually generating passwd salt

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2019-10-24 12:52:06 +02:00
parent 1cd8d090a9
commit bada941362

View file

@ -22,7 +22,7 @@ WEBLATE_SENTRY="$sentry"

# Exim
EXIM_PASS=$smtp_pass
# $(openssl passwd -6 -salt $(openssl rand -hex 6) "$smtp_pass")
# $(openssl passwd -6 "$smtp_pass")

# Postgresql
POSTGRES_PASS=$(openssl rand -hex 32)