OSI:Fortigate 3700D/Certifikaty

Z HelpDesk

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

VDOM vypnutý - Nečtiny

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

config global
 config system global
     unset admin-server-cert
 end
 config user setting
     unset auth-cert
 end

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

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

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

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

VDOM zapnutý - ZČU

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

config global
 config system global
     unset admin-server-cert
 end
end
config vdom
edit root
 config user setting
     unset auth-cert
 end

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

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

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

config system global
     set admin-server-cert "Fortigate-ZCU"
 end
end
config vdom
edit root
 config user setting
   set auth-cert "Fortigate-ZCU"
 end
end

Odkazy

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