]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Persist-key: enable persist-key option by default
authorGianmarco De Gregori <gianmarco@mandelbit.com>
Thu, 7 Mar 2024 14:03:55 +0000 (15:03 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 7 Mar 2024 14:06:36 +0000 (15:06 +0100)
commit802fcce5448741bb1e34dd06ac3674b6b6c55a94
treee45096e541e4ce89e52a1f87836addd543170847
parent15b74036a9b180e862ed4cb23f1e351c08706527
Persist-key: enable persist-key option by default

Change the default behavior of the OpenVPN configuration
by enabling the persist-key option by default.

This means that all the keys will be kept in memory
across restart.

Trac: #1405
Change-Id: I57f1c2ed42bd9dfd43577238749a9b7f4c1419ff
Signed-off-by: Gianmarco De Gregori <gianmarco@mandelbit.com>
Message-Id: <20240307140355.32644-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28347.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
14 files changed:
Changes.rst
doc/man-sections/connection-profiles.rst
doc/man-sections/generic-options.rst
doc/man-sections/link-options.rst
doc/man-sections/server-options.rst
doc/man-sections/signals.rst
doc/man-sections/unsupported-options.rst
sample/sample-config-files/client.conf
sample/sample-config-files/server.conf
sample/sample-windows/sample.ovpn
src/openvpn/init.c
src/openvpn/openvpn.h
src/openvpn/options.c
src/openvpn/options.h