Description
Scope
FortiManager.
Solution
The following is a step-by-step guide on how to add and install a CA certificate on FortiManager.
This will ensure the installation of the certificate and its references like the SSH/SSL inspection profile and policy in the SSL/SSH inspection profile on the FortiGate.
config vpn certificate local <----- The first step: the CA certificate is installed.
The CA certificate is installed.
(local) $ edit "Fmg-cert-test"
new entry 'Fmg-cert-test' added
(Fmg-cert-test) $ set private-key "-----BEGIN RSA PRIVATE KEY-----
(Fmg-cert-test) $ ...
(Fmg-cert-test) $ -----END RSA PRIVATE KEY-----
(Fmg-cert-test) $ "
(Fmg-cert-test) $ set certificate "-----BEGIN CERTIFICATE-----
(Fmg-cert-test) $ ...
(Fmg-cert-test) $ -----END CERTIFICATE-----
(Fmg-cert-test) $ "
(Fmg-cert-test) $ set range global
(Fmg-cert-test) $ next
(local) $ end
(ftps) $ end
(FMG-cert-test-prof) $ config imaps
(imaps) $ set ports 993
(imaps) $ end
(FMG-cert-test-prof) $ config pop3s
(pop3s) $ set ports 995
(pop3s) $ end
(FMG-cert-test-prof) $ config smtps
(smtps) $ set ports 465
(smtps) $ end
(FMG-cert-test-prof) $ config ssh
(ssh) $ set ports 22
(ssh) $ end
(FMG-cert-test-prof) $ set caname "Fmg-cert-test" <----- Certificate which was just installed.
(FMG-cert-test-prof) $ next
(ssl-ssh-profile) $ end
$ config firewall policy <----- Finally , ssl/ssh profile is used in the policy.
(policy) $ edit 19
(19) $ set ssl-ssh-profile "FMG-cert-test-prof"
(19) $ next
(policy) $ end
---> generating verification report
<--- done generating verification report
install finished
Related article:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.