diff --git a/etc/chrony/conf.d/ca-certificates.conf b/etc/chrony/conf.d/ca-certificates.conf deleted file mode 100644 index 95e777e1..00000000 --- a/etc/chrony/conf.d/ca-certificates.conf +++ /dev/null @@ -1,6 +0,0 @@ -# CA-certificates for Chrony to trust NTS servers. Can be specified multiple -# times -# Debian -ntstrustedcerts /etc/ssl/certs/ca-certificates.crt -# Fedora -ntstrustedcerts /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem diff --git a/etc/chrony/conf.d/ca-certificates.conf.FIXME b/etc/chrony/conf.d/ca-certificates.conf.FIXME new file mode 100644 index 00000000..d9518b23 --- /dev/null +++ b/etc/chrony/conf.d/ca-certificates.conf.FIXME @@ -0,0 +1,10 @@ +# CA-certificates for Chrony to trust NTS servers. Can be specified multiple +# times. Uncomment the option for your system and clean this file up. +# The default configuration should ignore this file due it not ending with +# ".conf" as per "man chrony.conf" section for "confdir". + +# Debian +#ntstrustedcerts /etc/ssl/certs/ca-certificates.crt + +# Fedora +#ntstrustedcerts /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem