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.
This commit is contained in:
parent
e524d47f4a
commit
01f69a6b05
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ persist-tun
|
||||||
|
|
||||||
cipher AES-256-GCM
|
cipher AES-256-GCM
|
||||||
auth SHA512
|
auth SHA512
|
||||||
|
auth-nocache
|
||||||
|
|
||||||
remote-cert-tls server
|
remote-cert-tls server
|
||||||
key-direction 1
|
key-direction 1
|
||||||
|
|
Loading…
Reference in a new issue