How to setup custom certificate for between FGT and FMG communication
HI All,
May i know how to setup custom certificate for between FGT and FMG communication instead use built in cert? My case scenario is private CA. so currently i tried to use FAC to sign the FGT and FMG CSR.
I found a link https://community.fortinet.com/t5/FortiManager/Technical-Tip-Setup-custom-certificate-for-FGFM-protocol/ta-p/242730
However, not really understand the step. could anyone elaborate it below?? Thanks
Example:
FortiManager side:
# config system global
set fgfm-ca-cert “RootCA” <----- May i know is this Root CA export from FAC?
set fgfm-local-cert “cert_fmg” <--- May i know this local cert is it CSR and sign by FAC?
end
FortiGate side:
# config system central-management
set local-cert "cert_fgt" <--- May i know this local cert is it CSR and sign by FAC?
set ca-cert "RootCA" <----May i know is this Root CA export from FAC?
end
