2.5. Synchronizing the System Clock With chronyd
To minimize the effects of time drift, you must synchronize the system clock on the base operating system on which you want to install Capsule Server with Network Time Protocol (NTP) servers. If the base operating system clock is configured incorrectly, certificate verification might fail.
For more information about the chrony
suite, see Configuring NTP Using the chrony Suite in the Red Hat Enterprise Linux 7 System Administrator’s Guide.
Procedure
Install the
chrony
package:yum install chrony
# yum install chrony
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Start and enable the
chronyd
service:systemctl start chronyd systemctl enable chronyd
# systemctl start chronyd # systemctl enable chronyd
Copy to Clipboard Copied! Toggle word wrap Toggle overflow