mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/chrony: bump cert.pem location
This commit is contained in:
+1
-1
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user