Technical Tip: How to move authentication rule to top and to bottom in SSL VPN
| Description | This article describes how to move the authentication rule to the top and the bottom in SSL VPN. |
| Scope | FortiGate. |
| Solution | To view authentication rules, it is necessary to execute the below commands.
config vpn ssl settings config authentication-rule show end end
In the above example, if it is desired to move the rule ID 3 to the top of 1, it is necessary to execute the below commands.
config vpn ssl settings config authentication-rule move 3 before 1 end end
Now, the rule ID 3 is top to 1. config vpn ssl settings config authentication-rule move 1 after 2 end end
To move the authentication rule, the option is through CLI only, the GUI option is not available.
Further starting from v7.4 the SSL VPN settings will be hidden.
To enable SSL VPN web mode:
config system global
To enable the VPN -> SSL-VPN GUI menus:
config system settings |




