summaryrefslogtreecommitdiff
path: root/security/nss/tests/chains/ocspd-config/ocspd.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/tests/chains/ocspd-config/ocspd.conf.template')
-rw-r--r--security/nss/tests/chains/ocspd-config/ocspd.conf.template45
1 files changed, 0 insertions, 45 deletions
diff --git a/security/nss/tests/chains/ocspd-config/ocspd.conf.template b/security/nss/tests/chains/ocspd-config/ocspd.conf.template
deleted file mode 100644
index a33fed2e3..000000000
--- a/security/nss/tests/chains/ocspd-config/ocspd.conf.template
+++ /dev/null
@@ -1,45 +0,0 @@
-[ 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@
-