Merge pull request #323 from t-woerner/external_ca_password_with_FIPS

tests/external-signed-ca-../external-ca.sh: Password too weak in FIPS…
This commit is contained in:
Thomas Woerner
2020-07-21 14:15:58 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ if [ -z "$master" ]; then
exit 0;
fi
PASSWORD="SomeCApassword"
PASSWORD="SomeCApassword.123"
DBDIR="${master}-nssdb"
PWDFILE="$DBDIR/pwdfile.txt"
NOISE="$DBDIR/noise.txt"