diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2019-04-21 16:47:51 +0300 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2019-04-21 16:47:51 +0300 |
commit | b4b98e2922713eebb334f6f5a0a9dcc56c7bcb8a (patch) | |
tree | 433af98001c18475bbfcd7c29c8ee1ee4e582902 /net/libreswan/files/ipsec.secrets | |
parent | 50e017f7df1331362b2cffc7962f77d8b8498b2f (diff) |
libreswan: backport deprecating KLIPS
remove building kernel module, it is not used and is not working with 4.19
rework the ready to use l2tp-ipsec example
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'net/libreswan/files/ipsec.secrets')
-rw-r--r-- | net/libreswan/files/ipsec.secrets | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/net/libreswan/files/ipsec.secrets b/net/libreswan/files/ipsec.secrets index a43754ca9..5ef87b09c 100644 --- a/net/libreswan/files/ipsec.secrets +++ b/net/libreswan/files/ipsec.secrets @@ -1,17 +1,10 @@ -# This file holds shared secrets (PSK) and XAUTH user passwords used for -# authentication. See pluto(8) manpage or the libreswan website. - # Unlike older openswan, this file does NOT contain any X.509 related # information such as private key :RSA statements as these now reside # in the NSS database. See: # # https://libreswan.org/wiki/Using_NSS_with_libreswan # https://libreswan.org/wiki/Migrating_from_Openswan -# -# The preferred method for adding secrets is to create a new file in -# the /etc/ipsec.d/ directory, so it will be included via the include -# line below - -#A.B.C.D %any : PSK "SsEeCcRrEeTt" -include /etc/ipsec.d/*.secrets +# A.B.C.D %any : PSK "SsEeCcRrEeTt" +: PSK "SsEeCcRrEeTt" +# include /etc/ipsec.d/*.secrets |