OSI:Fortigate 3700D/Certifikaty

Z HelpDesk

Přidání TERENA certifikátu do FortiGate

Přestat používat původní certifikát.

config global
 config system global
     unset admin-server-cert
 end

Naimportovat nový privátní klíč a certifikát.

 config vpn certificate local
     delete "Fortigate-ZCU"
     edit "Fortigate-ZCU"
     set password <heslo>
     set certificate "<certifikat>"
     set private-key "<privatni-klic>"
 end

Začít používat nový certifikát.

 config system global
     set admin-server-cert "Fortigate-ZCU"
 end
end

Odkazy

How to update a local certificate installed on a FortiGate unit without generating a new CSR