From 94d7f4e1fb037f5123bb572ab51dcccfa89fedc1 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 1 Mar 2026 16:20:09 +0100 Subject: [PATCH] update.. --- roles/common/templates/etc/ntpsec/ntp.conf.j2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/common/templates/etc/ntpsec/ntp.conf.j2 b/roles/common/templates/etc/ntpsec/ntp.conf.j2 index bd82d6f..dd4b681 100644 --- a/roles/common/templates/etc/ntpsec/ntp.conf.j2 +++ b/roles/common/templates/etc/ntpsec/ntp.conf.j2 @@ -4,9 +4,10 @@ driftfile /var/lib/ntpsec/ntp.drift leapfile /usr/share/zoneinfo/leap-seconds.list # To enable Network Time Security support as a server, obtain a certificate -# (e.g. with Let's Encrypt), configure the paths below, and uncomment: -# nts cert CERT_FILE -# nts key KEY_FILE +# (e.g., with Let's Encrypt), place the cert and key in the paths below, and +# uncomment: +# nts cert /etc/ntpsec/cert-chain.pem +# nts key /etc/ntpsec/key.pem # nts enable # You must create /var/log/ntpsec (owned by ntpsec:ntpsec) to enable logging.