From c0d84c1dd9530a3b6914e3d5af2b91cfa99695c5 Mon Sep 17 00:00:00 2001 From: Robby Renz <43713843+robbyrenz@users.noreply.github.com> Date: Mon, 2 Nov 2020 06:06:08 -0600 Subject: [PATCH] openfortivpn: add page (#4902) --- pages/linux/openfortivpn.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/openfortivpn.md diff --git a/pages/linux/openfortivpn.md b/pages/linux/openfortivpn.md new file mode 100644 index 0000000000..1842e2316e --- /dev/null +++ b/pages/linux/openfortivpn.md @@ -0,0 +1,20 @@ +# openfortivpn + +> A VPN client, for Fortinet's proprietary PPP+SSL VPN solution. +> More information: . + +- Connect to a VPN with a username and password: + +`openfortivpn --username={{username}} --password={{password}}` + +- Connect to a VPN using a specific configuration file (defaults to `/etc/openfortivpn/config`): + +`sudo openfortivpn --config={{path/to/config}}` + +- Connect to a VPN by specifiying the host and port: + +`openfortivpn {{host}}:{{port}}` + +- Trust a given gateway by passing in its certificate's sha256 sum: + +`openfortivpn --trusted-cert={{sha256_sum}}`