diff --git a/roles/openshift-apps/firmitas/templates/myconfig.py.j2 b/roles/openshift-apps/firmitas/templates/myconfig.py.j2 index 811b3b9856..56ee80d863 100644 --- a/roles/openshift-apps/firmitas/templates/myconfig.py.j2 +++ b/roles/openshift-apps/firmitas/templates/myconfig.py.j2 @@ -56,10 +56,10 @@ Variables related to probing """ # The location of the X.509 standard TLS certificates -certloca = "/var/tmp/firmitas/certhere" # noqa : S108 +certloca = "/etc/firmitas/certs/" # noqa : S108 # The location of the service hostnames and maintainers map -hostloca = "/var/tmp/firmitas/certlist.yml" # noqa: S108 +hostloca = "/etc/firmitas/certlist.yml" # noqa: S108 """ Variables related to logging