goocsp/docs/config-example-crl.yaml
Jan Dittberner c5c8150883 Add systemd service, support dynamic configuration
This commit provides examples for both CRL and openssl index.txt based
configurations. README.md is added to the generated Debian packages.

A systemd service unit file has been added.

The configuration file can now be specified using the -configFile
command line flag.
2022-09-10 11:08:45 +02:00

13 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