Jan Dittberner
c5c8150883
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.
11 lines
No EOL
286 B
Desktop File
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 |