diff options
author | Dante Catalfamo | 2020-07-15 13:28:25 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-15 13:28:25 -0400 |
commit | 9aadd0c559d3117a33d29cd705cdcf613603cabf (patch) | |
tree | 4d5ce23ad2b96505f57c378861bba3aec1d0b9e6 /content/posts | |
parent | 727d12bdb9f53ab9bc829a3fb82cf3d2ce5a7d97 (diff) | |
download | blog-9aadd0c559d3117a33d29cd705cdcf613603cabf.tar.gz blog-9aadd0c559d3117a33d29cd705cdcf613603cabf.tar.bz2 blog-9aadd0c559d3117a33d29cd705cdcf613603cabf.zip |
gateway: use proper file name
Diffstat (limited to 'content/posts')
-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. |