FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
eowusu
Staff
Staff
Article Id 240995
Description This article describes how to encrypt logs before sending them to a Syslog server.
Scope FortiGate.
Solution

Use following CLI commands:

 

# config log syslogd setting
    set status enable

    set mode reliable

end

 

# config log syslogd setting

    set enc-algorithm high-medium/high/low

    set certificate “       “ <----- The certificate will be the certificate imported to the FortiGate from the syslog server.

 

Related documents:

Contributors