14 lines
414 B
YAML
14 lines
414 B
YAML
|
# example configuration for an OCSP responder using openssl index.txt database files
|
||
|
---
|
||
|
issuers:
|
||
|
- caCertificate: root/ca.pem
|
||
|
responderCertificate: root-resp.crt.pem
|
||
|
responderKey: root-resp.key.pem
|
||
|
dbType: openssl
|
||
|
dbFile: root/index.txt
|
||
|
- caCertificate: sub1/ca.pem
|
||
|
responderCertificate: sub1-resp.crt.pem
|
||
|
responderKey: sub1-resp.key.pem
|
||
|
dbType: openssl
|
||
|
dbFile: sub1/index.txt
|