Skip to content

Commit

Permalink
Bug 1403691, follow up fix to allow the pkits tests to work with sql …
Browse files Browse the repository at this point in the history
…db format
  • Loading branch information
kaie committed Oct 16, 2017
1 parent 68c9932 commit 012c0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkits/pkits.sh
Expand Up @@ -93,7 +93,7 @@ pkits_init()
${BINDIR}/certutil -N -d ${PKITSdb} -f ${PKITSdb}/pw

${BINDIR}/certutil -A -n TrustAnchorRootCertificate -t "C,C,C" -i \
$certs/TrustAnchorRootCertificate.crt -d $PKITSdb
$certs/TrustAnchorRootCertificate.crt -d $PKITSdb -f ${PKITSdb}/pw
if [ -z "$NSS_NO_PKITS_CRLS" ]; then
${BINDIR}/crlutil -I -i $crls/TrustAnchorRootCRL.crl -d ${PKITSdb} -f ${PKITSdb}/pw
else
Expand Down

0 comments on commit 012c0f9

Please sign in to comment.