<name>.ovpn
file (<name>
stands for something meaningful you can decide) from the IPFire web interface and copy it to the computer you want to access the VPN network with.<host>.p12
file to /etc/openvpn
and rename it to <name>.conf
<name>.conf
remote
line looks likeremote emp-lab-gw2 1194
pkcs12 <host>.p12
to
pkcs12 /etc/openvpn/<host>.p12
sudo systemctl daemon-reload
sudo service openvpn@<name> [start|stop|status]