Homebrew Mac için paket yöneticisidir. Terminale şu komutu yazın:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install openfortivpn
sudo mkdir /etc/openfortivpn
sudo nano /etc/openfortivpn/my-config
host = 185.198.74.245
port = 443
username = kullanıcı_adınız
password = şifreniz
trusted-cert = Bu kısmı ilk bağlantı yapacağınız zaman boş bırakınız. Vpn sunucusun sertifikasını buraya ekleyeceğiz.
openfortivpn -c /etc/openfortivpn/my-config
ERROR: Gateway certificate validation failed, and the certificate digest is not in the local whitelist. If you trust it, rerun with:
ERROR: --trusted-cert 54ed3e31cf2181ebf1d5e6c937b21f1ce52s3d4e36eb9c6803958ab6c35769aec
ERROR: or add this line to your configuration file:
ERROR: trusted-cert = 54ed3e31cf2181ebf1d5e6c937b21f1ce52s3d4e36eb9c6803958ab6c35769aec
sudo nohup openfortivpn -c /etc/openfortivpn/my-config &
sudo pkill openfortivpn
Mac OS
hakkında diğer konular