firmitas: Update cert location in myconfig.py file

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-07-24 15:18:22 +01:00
parent 6456eabaee
commit c4b397b98d
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -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