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
curl -o /usr/share/keyrings/fox-crypto-gpg.asc "https://openvpn.fox-it.com/repos/fox-crypto-gpg.asc"
Next, apt sources can be added by including one of the following lines in /etc/apt/sources.list.d/openvpn-nl.list
:
Debian Bookworm
deb [signed-by=/usr/share/keyrings/fox-crypto-gpg.asc] https://openvpn.fox-it.com/repos/deb bookworm main
Debian Bullseye
deb [signed-by=/usr/share/keyrings/fox-crypto-gpg.asc] https://openvpn.fox-it.com/repos/deb bullseye main
Ubuntu LTS 24.04 Noble Numbat
deb [signed-by=/usr/share/keyrings/fox-crypto-gpg.asc] https://openvpn.fox-it.com/repos/deb noble main
Ubuntu LTS 22.04 Jammy Jellyfish
deb [signed-by=/usr/share/keyrings/fox-crypto-gpg.asc] https://openvpn.fox-it.com/repos/deb jammy main
Ubuntu LTS 20.04 Focal Fossa
deb [signed-by=/usr/share/keyrings/fox-crypto-gpg.asc] https://openvpn.fox-it.com/repos/deb focal 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, 8 or 9, depending on your version.
Red Hat Enterprise Linux 7 packages
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.
The Windows version is still at version 2.5.10-nl1.
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).