Fortinet white logo
Fortinet white logo

Examples

Creating the FortiProxy gateway

Creating the FortiProxy gateway

To create the FortiProxy gateway:
  1. In the GUI, go to Network > Secret Gateway, and select Create.

    Alternatively, enter the following commands in the CLI console to create the FortiProxy gateway:

     config secret gateway  
      edit test_gateway
       set address "172.16.80.112"
       set port 443
       set url-map "tcp"
       set ssl-max-version tls-1.3
      next
     end
    

Creating the FortiProxy gateway

Creating the FortiProxy gateway

To create the FortiProxy gateway:
  1. In the GUI, go to Network > Secret Gateway, and select Create.

    Alternatively, enter the following commands in the CLI console to create the FortiProxy gateway:

     config secret gateway  
      edit test_gateway
       set address "172.16.80.112"
       set port 443
       set url-map "tcp"
       set ssl-max-version tls-1.3
      next
     end