Klient lze v Debianu spustit pomocí
/opt/forticlient-sslvpn/fortisslvpn.sh
A opravdu funguje !!!
/opt/forticlient-sslvpn/fortisslvpn.sh
openssl genrsa -out rootCA.key 2048
openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1024 -out rootCA.pem
openssl genrsa -out device.key 2048
openssl req -new -key device.key -out device.csr
openssl x509 -req -in device.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out device.crt -days 500 -sha256
Zdroj