~ubuntu-branches/ubuntu/quantal/nss/quantal-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-11-14 14:58:07 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20131114145807-vj6v4erz8xj6kwz3
Tags: 3.15.3-0ubuntu0.12.10.1
* SECURITY UPDATE: New upstream release to fix multiple security issues
  and add TLSv1.2 support.
  - CVE-2013-1739
  - CVE-2013-1741
  - CVE-2013-5605
  - CVE-2013-5606
* Adjusted packaging for 3.15.3:
  - debian/patches/*: refreshed.
  - debian/patches/lower-dhe-priority.patch: removed, no longer needed,
    was a workaround for an old version of firefox.
  - debian/libnss3.symbols: added new symbols.
  - debian/rules: updated for new source layout.

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
server_cert  = file:///@DIR@/@CA_CERT@
 
46