From c97fe80fc75a4e2e52d1b9672a11155c32a6156b Mon Sep 17 00:00:00 2001 From: Birkhoff Date: Sun, 19 May 2019 23:37:32 -0700 Subject: [PATCH] Add auth-nocache option To prevent the `WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this` warning. --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 0c78e50..96f53cd 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -394,6 +394,7 @@ auth SHA512 cipher AES-256-CBC setenv opt block-outside-dns key-direction 1 +auth-nocache verb 3" > /etc/openvpn/client-common.txt # Generates the custom client.ovpn newclient "$CLIENT"