diff options
Diffstat (limited to 'content/posts/openbsd-vpn-gateway/index.org')
-rw-r--r-- | content/posts/openbsd-vpn-gateway/index.org | 4 |
1 files changed, 2 insertions, 2 deletions
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. |