Add certificate paths for CAcert applications
This commit is contained in:
parent
fe7d96c8d5
commit
e631cf7072
2 changed files with 24 additions and 0 deletions
|
@ -11,6 +11,18 @@ hydra_tls:
|
|||
# different random values encrypted via ansible-vault
|
||||
hydra_system_secret: "AczA+NZ25Ye9eAreglv5bo9XcND6uwBQHVUYCvPfwXo="
|
||||
|
||||
idp_tls:
|
||||
cert: "{{ cacert_home }}/etc/login.cacert.localhost.pem"
|
||||
key: "{{ cacert_home }}/etc/login.cacert.localhost-key.pem"
|
||||
|
||||
register_tls:
|
||||
cert: "{{ cacert_home }}/etc/register.cacert.localhost.pem"
|
||||
key: "{{ cacert_home }}/etc/register.cacert.localhost-key.pem"
|
||||
|
||||
demoapp_tls:
|
||||
cert: "{{ cacert_home }}/etc/app.cacert.localhost.pem"
|
||||
key: "{{ cacert_home }}/etc/app.cacert.localhost-key.pem"
|
||||
|
||||
oidc_urls:
|
||||
hydra_admin:
|
||||
host: hydra.cacert.localhost
|
||||
|
|
|
@ -11,6 +11,18 @@ hydra_tls:
|
|||
# different random values encrypted via ansible-vault
|
||||
hydra_system_secret: "AczA+NZ25Ye9eAreglv5bo9XcND6uwBQHVUYCvPfwXo="
|
||||
|
||||
idp_tls:
|
||||
cert: "{{ cacert_home }}/etc/login.cacert.localhost.pem"
|
||||
key: "{{ cacert_home }}/etc/login.cacert.localhost-key.pem"
|
||||
|
||||
register_tls:
|
||||
cert: "{{ cacert_home }}/etc/register.cacert.localhost.pem"
|
||||
key: "{{ cacert_home }}/etc/register.cacert.localhost-key.pem"
|
||||
|
||||
demoapp_tls:
|
||||
cert: "{{ cacert_home }}/etc/app.cacert.localhost.pem"
|
||||
key: "{{ cacert_home }}/etc/app.cacert.localhost-key.pem"
|
||||
|
||||
oidc_urls:
|
||||
hydra_admin:
|
||||
host: hydra.cacert.localhost
|
||||
|
|
Loading…
Reference in a new issue