Skip to content
Snippets Groups Projects
Unverified Commit 97601ceb authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #323 from t-woerner/external_ca_password_with_FIPS

tests/external-signed-ca-../external-ca.sh: Password too weak in FIPS…
parents 5364cf80 ffba096d
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ if [ -z "$master" ]; then ...@@ -8,7 +8,7 @@ if [ -z "$master" ]; then
exit 0; exit 0;
fi fi
PASSWORD="SomeCApassword" PASSWORD="SomeCApassword.123"
DBDIR="${master}-nssdb" DBDIR="${master}-nssdb"
PWDFILE="$DBDIR/pwdfile.txt" PWDFILE="$DBDIR/pwdfile.txt"
NOISE="$DBDIR/noise.txt" NOISE="$DBDIR/noise.txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment