~ubuntu-branches/ubuntu/intrepid/xulrunner-1.9/intrepid-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/tests/chains/ocspd-config/ocspd.conf.template

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-03 13:16:32 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090803131632-1pfcgs323tjx7bp1
Tags: 1.9.0.13+nobinonly-0ubuntu0.8.10.1
* New upstream release v1.9.0.13 (FIREFOX_3_0_13_RELEASE)
  - see USN-811-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[ ocspd ]
 
2
 
 
3
default_ocspd = OCSPD_default
 
4
 
 
5
[ OCSPD_default ]
 
6
 
 
7
dir = @DIR@
 
8
db = $dir/index.txt
 
9
md = sha1
 
10
 
 
11
ca_certificate = $dir/@CA_CERT@
 
12
ocspd_certificate = $dir/@CA_CERT@
 
13
ocspd_key = $dir/@CA_KEY@
 
14
pidfile = $dir/@OCSP_PID@
 
15
 
 
16
user = nobody 
 
17
group = nobody
 
18
 
 
19
bind = *
 
20
port = @PORT@
 
21
 
 
22
max_req_size = 8192
 
23
threads_num = 150
 
24
max_timeout_secs = 5
 
25
crl_auto_reload = 3600
 
26
crl_check_validity = 600
 
27
crl_reload_expired = yes
 
28
response = ocsp_response
 
29
dbms = dbms_file
 
30
 
 
31
[ ocsp_response ]
 
32
 
 
33
dir = @DIR@
 
34
next_update_days = 0
 
35
next_update_mins = 5
 
36
 
 
37
[ dbms_file ]
 
38
 
 
39
0.ca = @first_ca
 
40
 
 
41
[ first_ca ]
 
42
 
 
43
crl_url = file:///@DIR@/@CA_CRL@
 
44
ca_url  = file:///@DIR@/@CA_CERT@
 
45