$ sudo timedatectl set-timezone Australia/Melbourne
$ yum install -y ntp
$ systemctl enable ntpd
$ systemctl start ntpd
$ ntpstat
synchronised to NTP server (103.214.220.220) at stratum 3
time correct to within 241 ms
polling server every 64 s
$ sudo hostnamectl set-hostname build-ci
$ openssl s_client -showcerts -connect hostname.domain.tld:443