2 # CRL verfication of certs obtained from SSL sites
5 certNetFetchEnable = false
6 crlNetFetchEnable = true
7 useSystemAnchors = true
8 # alternate these two on successful runs, flip either one for failure
10 requireCrlIfPresent = false
13 ### all these (until further notice) get CRLs from crl.verisign.com
15 echo "================================="
16 test = "www.amazon.com"
18 cert = amazon_v3.100.cer
19 cert = amazon_v3.101.cer
20 sslHost = www.amazon.com
21 requireCrlIfPresent = true
23 echo "================================="
24 test = "www.cduniverse.com"
26 cert = cduniverse_v3.100.cer
27 cert = cduniverse_v3.101.cer
28 sslHost = www.cduniverse.com
29 allowUnverified = false
31 echo "================================="
32 test = "store.apple.com"
34 allowUnverified = false
35 cert = apple_v3.100.cer
36 cert = apple_v3.101.cer
37 sslHost = store.apple.com
39 echo "================================="
40 test = "www.wellsfargo.com"
42 allowUnverified = false
43 cert = wellsfargo_v3.100.cer
44 cert = wellsfargo_v3.101.cer
45 sslHost = www.wellsfargo.com
48 #echo "================================="
50 # this server's cert has expired and they don't have a new one yet
52 #test = "www.xdss.com"
54 #requireOcspIfPresent = true
55 #cert = xdss_v3.100.cer
56 #cert = xdss_v3.101.cer
57 #sslHost = www.xdss.com
59 echo "================================="
60 test = "www.verisign.com"
62 allowUnverified = false
63 cert = verisign_v3.100.cer
64 cert = verisign_v3.101.cer
66 # This one is the root, which SSL server sent us.
67 # Leave it in for variety.
69 cert = verisign_v3.102.cer
70 sslHost = www.verisign.com
72 echo "================================="
73 test = "accounts.key.com"
75 allowUnverified = false
76 cert = keybank_v3.100.cer
77 cert = keybank_v3.101.cer
79 # This one is the root, which SSL server sent us.
80 # Leave it in for variety.
82 cert = keybank_v3.102.cer
83 sslHost = accounts.key.com
85 echo "================================="
86 test = "secure.authorize.net"
88 allowUnverified = false
89 cert = secauth_v3.100.cer
90 cert = secauth_v3.101.cer
91 sslHost = secure.authorize.net
94 ### CRLs from crl.thawte.com
97 ### CRL from http://crl.geotrust.com, issued by Equifax
99 echo "================================="
100 test = "www.firstamlink.com"
102 cert = firstamlink_v3.100.cer
103 sslHost = www.firstamlink.com
104 requireCrlIfPresent = true
108 # cert and CRL from entrust
111 #echo "================================="
112 #test = "accesd.desjardins.com"
114 #cert = entrust_v3.100.cer
115 #cert = entrust_v3.101.cer
116 #sslHost = accesd.desjardins.com
117 #requireCrlIfPresent = true
120 # Secure Server Certification Authority
121 # CRL http://SVRSecure-crl.verisign.com/SVRSecure.crl
123 echo "================================="
124 test = "www.netfile.state.co.us"
126 requireCrlIfPresent = true
127 cert = netfile.state.co_v3.100.cer
128 cert = netfile.state.co_v3.101.cer
129 sslHost = www.netfile.state.co.us