Fix conf parameter name

This commit is contained in:
Jan Dittberner 2023-07-24 20:16:53 +02:00
parent ff8ec8a8c5
commit b3008a1da7
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.3] - 2023-07-24
- fix conf parameter name
## [0.1.2] - 2023-07-24
- fix path to cacert-idp binary

View file

@ -4,7 +4,7 @@ Description=CAcert OpenID Connect Identity Provider for ORY Hydra
[Service]
AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecCondition=/bin/sh -c 'test -f /etc/cacert-oidc-idp/idp.toml'
ExecStart=/usr/bin/cacert-idp --config /etc/cacert-oidc-idp/idp.toml
ExecStart=/usr/bin/cacert-idp --conf /etc/cacert-oidc-idp/idp.toml
StateDirectory=cacert-oidc-idp
User=cacert-oidc-idp
Group=cacert-oidc-idp