In CentOS 8 stream
yum -y install openfortivpn ppp
nano /etc/openfortivpn/config
Sample as below
host = domain/IP
port = 443
username = username
password = password
Once finished config
Execute command as below (& is for running in background)
openfortivpn &
To kill openfortivpn process
pkill openfortivpn