14 lines
387 B
YAML
14 lines
387 B
YAML
|
# example configuration for an OCSP responder using CRL files
|
||
|
---
|
||
|
issuers:
|
||
|
- caCertificate: root/ca.pem
|
||
|
responderCertificate: root-resp.crt.pem
|
||
|
responderKey: root-resp.key.pem
|
||
|
dbType: crl
|
||
|
dbFile: root/revoked.crl
|
||
|
- caCertificate: sub1/ca.pem
|
||
|
responderCertificate: sub1-resp.crt.pem
|
||
|
responderKey: sub1-resp.key.pem
|
||
|
dbType: crl
|
||
|
dbFile: sub1/revoked.crl
|