goocsp/docs/cacert-goocsp.service
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

11 lines
No EOL
286 B
Desktop File

[Unit]
Description=CAcert OCSP responder service
After=network.target
[Service]
ExecCondition=/bin/sh -c 'test -f /etc/goocsp-config.yaml'
ExecStart=/usr/bin/cacert-goocsp -serverAddr ":80" -configFile /etc/goocsp-config.yaml
StateDirectory=goocsp
[Install]
WantedBy=multi-user.target