michael@0: [ ocspd ] michael@0: michael@0: default_ocspd = OCSPD_default michael@0: michael@0: [ OCSPD_default ] michael@0: michael@0: dir = @DIR@ michael@0: db = $dir/index.txt michael@0: md = sha1 michael@0: michael@0: ca_certificate = $dir/@CA_CERT@ michael@0: ocspd_certificate = $dir/@CA_CERT@ michael@0: ocspd_key = $dir/@CA_KEY@ michael@0: pidfile = $dir/@OCSP_PID@ michael@0: michael@0: user = nobody michael@0: group = nobody michael@0: michael@0: bind = * michael@0: port = @PORT@ michael@0: michael@0: max_req_size = 8192 michael@0: threads_num = 150 michael@0: max_timeout_secs = 5 michael@0: crl_auto_reload = 3600 michael@0: crl_check_validity = 600 michael@0: crl_reload_expired = yes michael@0: response = ocsp_response michael@0: dbms = dbms_file michael@0: michael@0: [ ocsp_response ] michael@0: michael@0: dir = @DIR@ michael@0: next_update_days = 0 michael@0: next_update_mins = 5 michael@0: michael@0: [ dbms_file ] michael@0: michael@0: 0.ca = @first_ca michael@0: michael@0: [ first_ca ] michael@0: michael@0: crl_url = file:///@DIR@/@CA_CRL@ michael@0: ca_url = file:///@DIR@/@CA_CERT@ michael@0: server_cert = file:///@DIR@/@CA_CERT@ michael@0: