Skip to content

Commit

Permalink
Switch to tls-crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
janole committed May 29, 2024
1 parent 3dbb4ba commit 47d215f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/openvpn/client.ovpn.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ ${CLIENTCERT}
<key>
${CLIENTKEY}
</key>
<tls-auth>
<tls-crypt>
${VPNTAKEY}
</tls-auth>
</tls-crypt>
2 changes: 1 addition & 1 deletion templates/openvpn/server.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ status openvpn-status.log
verb 1
tls-server
tls-version-min 1.2
tls-auth ${VPNTAKEYFILE} 0
tls-crypt ${VPNTAKEYFILE} 0

0 comments on commit 47d215f

Please sign in to comment.