]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc+examples: update http links to https
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 23 Sep 2020 09:03:45 +0000 (11:03 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 23 Sep 2020 13:10:43 +0000 (15:10 +0200)
doc/chrony.conf.adoc
doc/faq.adoc
doc/installation.adoc
examples/chrony.conf.example2

index c7ace3b8c54e3717067c048ff48df612fa46cc8c..3588882f0aa0f6e61be4d43e09493926163765d6 100644 (file)
@@ -2511,7 +2511,7 @@ the following methods:
   stratum 1 and stratum 2 servers. You should find one or more servers that are
   near to you. Check that their access policy allows you to use their
   facilities.
-* Use public servers from the http://www.pool.ntp.org/[pool.ntp.org] project.
+* Use public servers from the https://www.pool.ntp.org/[pool.ntp.org] project.
 
 Assuming that your NTP servers are called _foo.example.net_, _bar.example.net_
 and _baz.example.net_, your _chrony.conf_ file could contain as a minimum:
@@ -2803,7 +2803,7 @@ information to be saved.
 === Public NTP server
 
 *chronyd* can be configured to operate as a public NTP server, e.g. to join the
-http://www.pool.ntp.org/en/join.html[pool.ntp.org] project. The configuration
+https://www.pool.ntp.org/en/join.html[pool.ntp.org] project. The configuration
 is similar to the NTP client with permanent connection, except it needs to
 allow client access from all addresses. It is recommended to find at least four
 good servers (e.g. from the pool, or on the NTP homepage). If the server has a
index 6b8ed6e5fdb077b620509567a22c1c5eb82e5766..8aa412cafd6623a84d4647b5e032f9094abc15f8 100644 (file)
@@ -68,7 +68,7 @@ system time is periodically copied to the RTC. It is supported on Linux and
 macOS.
 
 If you want to use public NTP servers from the
-http://www.pool.ntp.org/[pool.ntp.org] project, the minimal _chrony.conf_ file
+https://www.pool.ntp.org/[pool.ntp.org] project, the minimal _chrony.conf_ file
 could be:
 
 ----
index 3a5c324e3c0ada3d90cea475e6a121b87bdb1038..35ce9bfe4fdd89d6b2f153ab4d340a3ed9314e78 100644 (file)
@@ -94,7 +94,7 @@ want to enable the support, specify the `--disable-asyncdns` flag to
 
 If development files for the https://www.lysator.liu.se/~nisse/nettle/[Nettle],
 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS[NSS], or
-http://www.libtom.net/LibTomCrypt/[libtomcrypt] library are available,
+https://www.libtom.net/LibTomCrypt/[libtomcrypt] library are available,
 `chronyd` will be built with support for other cryptographic hash functions
 than MD5, which can be used for NTP authentication with a symmetric key. If you
 don't want to enable the support, specify the `--disable-sechash` flag to
index a4cdcd5bac29d36eedf99c95ba9e790f9a6a1dfc..bf2bbdda165c52b046109ded0154a81466df41d6 100644 (file)
@@ -1,5 +1,5 @@
 # Use public servers from the pool.ntp.org project.
-# Please consider joining the pool (http://www.pool.ntp.org/join.html).
+# Please consider joining the pool (https://www.pool.ntp.org/join.html).
 pool pool.ntp.org iburst
 
 # Record the rate at which the system clock gains/losses time.