From c4b397b98de454a7ddd7ae63274f41178f12c25b Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Jul 24 2024 14:18:22 +0000 Subject: firmitas: Update cert location in myconfig.py file Signed-off-by: David Kirwan --- diff --git a/roles/openshift-apps/firmitas/templates/myconfig.py.j2 b/roles/openshift-apps/firmitas/templates/myconfig.py.j2 index 811b3b9..56ee80d 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