generate-secrets: always run with Bash, stop on errors

This commit is contained in:
Erik Arvstedt
2020-10-23 10:54:15 +02:00
parent 5ec9ea1f6d
commit 2a9b918f72
2 changed files with 3 additions and 1 deletions
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
opensslConf=${1:-openssl.cnf}
makePasswordSecret() {