From 9aadd0c559d3117a33d29cd705cdcf613603cabf Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Wed, 15 Jul 2020 13:28:25 -0400 Subject: gateway: use proper file name --- content/posts/openbsd-vpn-gateway/index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/openbsd-vpn-gateway') diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org index e3d92d0..f45a3d7 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -139,8 +139,8 @@ To allow OpenVPN to login to the VPN without the us having to enter our password, we can add the =auth-user-pass= directive to our - =.ovpn= file. This will allow us run OpenVPN as a daemon, and - restart it without having to type our username and password in. + =profile.ovpn= file. This will allow us run OpenVPN as a daemon, + and restart it without having to type our username and password in. To do this we can create a file called =/root/vpnpasswd.txt= containing our username, followed my our password on a separate line. -- cgit v1.2.3