summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-08-28 16:49:00 -0400
committerDante Catalfamo2020-08-28 16:49:00 -0400
commitabc821656ad5fb900f708c7b8fba7216a8e18657 (patch)
tree58718feb42175b683a6ef8bab2b8d7c1b5ba5806
parentf9fb23932f2d55b66776a5e7eaf55dad604d4ab3 (diff)
downloadblog-abc821656ad5fb900f708c7b8fba7216a8e18657.tar.gz
blog-abc821656ad5fb900f708c7b8fba7216a8e18657.tar.bz2
blog-abc821656ad5fb900f708c7b8fba7216a8e18657.zip
vpn-gateway: Remove mbedtls warning, fixed in syspatch
-rw-r--r--content/posts/openbsd-vpn-gateway/index.org11
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