Fix conf parameter name
This commit is contained in:
parent
ff8ec8a8c5
commit
b3008a1da7
2 changed files with 4 additions and 1 deletions
|
@ -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/),
|
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).
|
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
|
## [0.1.2] - 2023-07-24
|
||||||
- fix path to cacert-idp binary
|
- fix path to cacert-idp binary
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Description=CAcert OpenID Connect Identity Provider for ORY Hydra
|
||||||
[Service]
|
[Service]
|
||||||
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||||||
ExecCondition=/bin/sh -c 'test -f /etc/cacert-oidc-idp/idp.toml'
|
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
|
StateDirectory=cacert-oidc-idp
|
||||||
User=cacert-oidc-idp
|
User=cacert-oidc-idp
|
||||||
Group=cacert-oidc-idp
|
Group=cacert-oidc-idp
|
||||||
|
|
Loading…
Reference in a new issue