diff options
Diffstat (limited to 'content/posts/openbsd-vpn-gateway/index.org')
-rw-r--r-- | content/posts/openbsd-vpn-gateway/index.org | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org index 6186303..ec5df24 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -140,19 +140,12 @@ ** Installation First we have to install [[https://openvpn.net/][OpenVPN]], which is provided by the OpenBSD - package manager. Normally we would install the =openvpn= package, - but due to an [[{{< ref "openvpn-issues-openbsd" >}}][issue with libressl]], we'll be installing the - =mbedtls= version. This problem should hopefully be resolved soon, - so we'll likely be able to use regular =openvpn= package in the - future. + package manager. #+BEGIN_SRC shell - doas pkg_add openvpn--mbedtls + doas pkg_add openvpn #+END_SRC - Note: The =--mbedtls= is required to get the =mbedtls= flavour of - the =openvpn= package. - ** VPN Profile Let's assume the VPN profile we've downloaded from our provider |