summaryrefslogtreecommitdiff
path: root/tests/chains/ocspd-config/ocspd.conf.template
blob: 456c74a16d0e6d690cbd74c1e0509be67577fa1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[ ocspd ]

default_ocspd = OCSPD_default

[ OCSPD_default ]

dir = @DIR@
db = $dir/index.txt
md = sha1

ca_certificate = $dir/@CA_CERT@
ocspd_certificate = $dir/@CA_CERT@
ocspd_key = $dir/@CA_KEY@
pidfile = $dir/@OCSP_PID@

user = nobody 
group = nobody

bind = *
port = @PORT@

max_req_size = 8192
threads_num = 150
max_timeout_secs = 5
crl_auto_reload = 3600
crl_check_validity = 600
crl_reload_expired = yes
response = ocsp_response
dbms = dbms_file

[ ocsp_response ]

dir = @DIR@
next_update_days = 0
next_update_mins = 5

[ dbms_file ]

0.ca = @first_ca

[ first_ca ]

crl_url = file:///@DIR@/@CA_CRL@
ca_url  = file:///@DIR@/@CA_CERT@
server_cert  = file:///@DIR@/@CA_CERT@