summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2017-12-04 12:23:51 +1100
committerMartin Thomson <martin.thomson@gmail.com>2017-12-04 12:23:51 +1100
commitee94b0c0ded63a45ceef6b688aa010af3b700389 (patch)
treee0bb01e97d02375f606e573e8c4310c13ac1cae2 /tests
parent334738ba4f9aa50a3c927d6a1a5851d4868c98b6 (diff)
downloadnss-hg-ee94b0c0ded63a45ceef6b688aa010af3b700389.tar.gz
Bug 1422652 - Remove correct PSS CA cert, r=ueno
Diffstat (limited to 'tests')
-rwxr-xr-xtests/cert/cert.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cert/cert.sh b/tests/cert/cert.sh
index 2daabbbff..1bf7bc652 100755
--- a/tests/cert/cert.sh
+++ b/tests/cert/cert.sh
@@ -514,11 +514,11 @@ cert_all_CA()
# Create RSA-PSS version of TestCA
ALL_CU_SUBJECT="CN=NSS Test CA (RSA-PSS), O=BOGUS NSS, L=Mountain View, ST=California, C=US"
cert_rsa_pss_CA $CADIR TestCA-rsa-pss -x "CTu,CTu,CTu" ${D_CA} "1" SHA256
- rm $CLIENT_CADIR/rsapssroot.cert $SERVER_CADIR/rsapssroot.cert
+ rm $CADIR/rsapssroot.cert
ALL_CU_SUBJECT="CN=NSS Test CA (RSA-PSS-SHA1), O=BOGUS NSS, L=Mountain View, ST=California, C=US"
cert_rsa_pss_CA $CADIR TestCA-rsa-pss-sha1 -x "CTu,CTu,CTu" ${D_CA} "1" SHA1
- rm $CLIENT_CADIR/rsapssroot.cert $SERVER_CADIR/rsapssroot.cert
+ rm $CADIR/rsapssroot.cert
#
# Create EC version of TestCA