mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:26:05 +02:00
openfortivpn: add page (#4902)
This commit is contained in:
parent
a0a58a3e84
commit
c0d84c1dd9
1 changed files with 20 additions and 0 deletions
20
pages/linux/openfortivpn.md
Normal file
20
pages/linux/openfortivpn.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# openfortivpn
|
||||
|
||||
> A VPN client, for Fortinet's proprietary PPP+SSL VPN solution.
|
||||
> More information: <https://github.com/adrienverge/openfortivpn>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue