You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
goocsp/docs/config-example-crl.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