Commit graph

4 commits

Author SHA1 Message Date
745e0ee28a Set service type to exec
Let systemctl start fail when cacert-goocsp cannot be started
2022-10-11 20:09:46 +02:00
3c8e1e4d1f Add Group to systemd service file 2022-10-11 19:55:56 +02:00
f6089bac79 Run service as separate user
- create user cacert-goocsp in postinst script
- use CAP_NET_BIND_SERVICE in systemd unit to allow binding to
  priviledged ports
- change config file path to /etc/goocsp/config.yaml
2022-10-11 19:39:03 +02:00
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