Software
OpenVPN-NL is available as packages for the following platforms:
This repository contains the signed OpenVPN-NL packages. Current Linux packages and repositories are signed using the gpg key in fox-crypto-gpg.asc. Versions 2.4.12 and older were signed with fox-crypto-gpg-2015.asc. Windows packages are signed using fox-crypto-win.pem. These keys are also available through other channels, including the NBV. Ensure that you have verified the authenticity of this key before using it.
Debian/Ubuntu
To add the repositories, first, add the (verified) key to the apt key-chain
apt-key add fox-crypto-gpg.asc
Next, apt sources can be added by including one of the following lines in /etc/apt/sources.list
:
Debian Buster
deb https://openvpn.fox-it.com/repos/deb buster main
Debian Bullseye
deb https://openvpn.fox-it.com/repos/deb bullseye main
Ubuntu LTS 18.04 Bionic Beaver
deb https://openvpn.fox-it.com/repos/deb bionic main
Ubuntu LTS 20.04 Focal Fossa
deb https://openvpn.fox-it.com/repos/deb focal main
Ubuntu LTS 22.04 Jammy Jellyfish
deb https://openvpn.fox-it.com/repos/deb jammy main
Red Hat Enterprise Linux
To add the repository, first, add the (verified) key to the RPM key-chain
rpm --import fox-crypto-gpg.asc
Next, create a file /etc/yum.repos.d/openvpn.repo
with the following contents:
[openvpn] name=OpenVPN-NL package repository baseurl=https://openvpn.fox-it.com/repos/rhelX/$basearch gpgcheck=1 sslverify=1 enabled=1 failovermethod=priority
where X
is 7 or 8, depending on your version.
SUSE Linux Enterprise
To add the repository to SUSE, first, add the (verified) key to the RPM key-chain
rpm --import fox-crypto-gpg.asc
Next, create a file /etc/yum.repos.d/openvpn.repo
with the following contents:
[openvpn] name=OpenVPN-NL package repository baseurl=https://openvpn.fox-it.com/repos/slesXX/$basearch gpgcheck=1 sslverify=1 enabled=1 failovermethod=priority
where XX
is 12 or 15, depending on your version.
Microsoft Windows
To install OpenVPN-NL on Windows, download the installer, verify that it is signed with the key fox-crypto-win.pem and run it. Also verify that the installed binaries are signed with the same key.
Source code
For all OpenVPN-NL releases which are available for download, the source code of that version is made available. The positive evaluation of the NBV applies only to the binaries which are distributed via the OpenVPN-NL website. One may choose to compile OpenVPN-NL oneself, but the assessment of the NBV is not warranted for any self-compiled version. The source code of OpenVPN-NL is distributed in this manner as a courtesy to the professional who really knows what he is doing, and also to comply with the copyright licence which applies to the source code (GPLv2).