Guest User

Untitled

a guest
Jan 22nd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. $ sudo apt install openfortivpn
  2. $ touch openfortivpn.conf
  3. $ chmod go= openfortivpn.conf
  4.  
  5. host =
  6. port =
  7. username =
  8. password =
  9. # trusted-cert =
  10.  
  11. $ sudo openfortivpn -c openfortivpn.conf
  12. ERROR: Gateway certificate validation failed, and the certificate digest in not in the local whitelist. If you trust it, rerun with:
  13. ERROR: --trusted-cert <some-random-string-to-add-to-trusted-cert>
  14.  
  15. sudo openfortivpn -c openfortivpn.conf
  16.  
  17. sudo openfortivpn -u <USER> -p <PASSWORD> --trusted-cert <CERTIFICATE> <SERVER>:<PORT>
Add Comment
Please, Sign In to add comment