Advertisement
sohotcall

openfortivpn - FortiClient for Linux

Mar 5th, 2020
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. INSTALL
  2. =======
  3. $ sudo apt install openfortivpn
  4.  
  5. INSTALL (because that one failed)
  6. =================================
  7. $ sudo apt install gcc automake autoconf libssl-dev make pkg-config
  8. $ sudo apt install git
  9. $ git clone https://salsa.debian.org/debian/openfortivpn.git
  10. $ cd openfortivpn
  11. $ ./autogen.sh
  12. $ ./configure --prefix=/usr/local --sysconfdir=/etc
  13. $ make
  14. $ sudo make install
  15.  
  16. RUN
  17. ===
  18. $ sudo nano /etc/openfortivpn/config
  19. host = <?>
  20. port = <?>
  21. username = <?>
  22. password = <?>
  23. trusted-cert = <?>
  24. $ openfortissl
  25.  
  26. If you don't know the trusted-cert value, just remove that line, run openfortissl to tell the value, then add the line with correct value.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement