From 01f69a6b057837291db70879126f45c33b5c2f47 Mon Sep 17 00:00:00 2001 From: cpp Date: Fri, 21 May 2021 18:10:35 +0200 Subject: [PATCH] add auth-nocache to config template This fixes a warning about cached passwords thats being issued by openvpn when starting. As far as I can see, this only is a security issue if an attacker has the possibility to read arbitrary memory regions. The warning is unaesthetic, tho, so I want to get rid of it. --- assets/templates/files/config.ovpn | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/templates/files/config.ovpn b/assets/templates/files/config.ovpn index a6e3344..9227967 100644 --- a/assets/templates/files/config.ovpn +++ b/assets/templates/files/config.ovpn @@ -9,6 +9,7 @@ persist-tun cipher AES-256-GCM auth SHA512 +auth-nocache remote-cert-tls server key-direction 1