net/chrony: bump cert.pem location

This commit is contained in:
Franco Fichtner
2024-12-03 20:29:38 +01:00
parent e2ec34bc2d
commit c73af598a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= chrony
PLUGIN_VERSION= 1.5
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= Chrony time synchronisation
PLUGIN_DEPENDS= chrony
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -7,7 +7,7 @@ makestep 1 3
{% if helpers.exists('OPNsense.chrony.general.ntsclient') and OPNsense.chrony.general.ntsclient == '1' %}
ntsdumpdir /var/lib/chrony
ntstrustedcerts /etc/ssl/cert.pem
ntstrustedcerts /usr/local/etc/ssl/cert.pem
nosystemcert
{% endif %}