Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -6,15 +6,15 @@ source: https://github.com/tldr-pages/tldr.git
# openfortivpn
> A VPN client, for Fortinet's proprietary PPP+SSL VPN solution.
> More information: <https://github.com/adrienverge/openfortivpn>.
> More information: <https://manned.org/openfortivpn>.
- Connect to a VPN with a username and password:
`openfortivpn --username={{username}} --password={{password}}`
`openfortivpn {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}`
- Connect to a VPN using a specific configuration file (defaults to `/etc/openfortivpn/config`):
`sudo openfortivpn --config={{path/to/config}}`
`sudo openfortivpn {{[-c|--config]}} {{path/to/config}}`
- Connect to a VPN by specifying the host and port:
@@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git
- Trust a given gateway by passing in its certificate's sha256 sum:
`openfortivpn --trusted-cert={{sha256_sum}}`
`openfortivpn --trusted-cert {{sha256_sum}}`