Information
Ensuring that approved NTP servers are used allows for accurate log/audit file correlation - '*.ntp.org'
Solution
Use this command to configure Network Time Protocol (NTP) servers.
config system ntp
set ntpsync {enable | disable}
set source-ip <ipv4_addr>
set syncinterval <interval_int>
set type {fortiguard | custom}
set server-mode {enable | disable}
set interface <interface_list>
config ntpserver
edit <serverid_int>
set authentication {enable | disable}
set key <password_str>
set key-id <int>
set ntpv3 {enable | disable}
set server <ipv4_addr>[/<hostname_str>]
end
end