diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-05-08 15:16:24 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-05-15 19:02:57 +0200 |
commit | 78adb5a7b145874348ba0ecc42e9e0763b17e924 (patch) | |
tree | a851dc7303a2df7163bfcdcfb1710f9409ad9b0b /testing/tests/gcrypt-ikev1/alg-serpent/hosts/carol/etc/ipsec.conf | |
parent | 141ac4df8f4976d0d0a6f651fad64e628d12b6e0 (diff) | |
download | strongswan-78adb5a7b145874348ba0ecc42e9e0763b17e924.tar.bz2 strongswan-78adb5a7b145874348ba0ecc42e9e0763b17e924.tar.xz |
testing: Changed gcrypt-ikev1 scenarios to swanctl
Diffstat (limited to 'testing/tests/gcrypt-ikev1/alg-serpent/hosts/carol/etc/ipsec.conf')
-rw-r--r-- | testing/tests/gcrypt-ikev1/alg-serpent/hosts/carol/etc/ipsec.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/tests/gcrypt-ikev1/alg-serpent/hosts/carol/etc/ipsec.conf b/testing/tests/gcrypt-ikev1/alg-serpent/hosts/carol/etc/ipsec.conf deleted file mode 100644 index ce9e54fec..000000000 --- a/testing/tests/gcrypt-ikev1/alg-serpent/hosts/carol/etc/ipsec.conf +++ /dev/null @@ -1,21 +0,0 @@ -# /etc/ipsec.conf - strongSwan IPsec configuration file - -config setup - -conn %default - ikelifetime=60m - keylife=20m - rekeymargin=3m - keyingtries=1 - keyexchange=ikev1 - ike=serpent256-sha512-modp4096! - esp=serpent256-sha512! - -conn home - left=PH_IP_CAROL - leftcert=carolCert.pem - leftid=carol@strongswan.org - right=PH_IP_MOON - rightsubnet=10.1.0.0/16 - rightid=@moon.strongswan.org - auto=add |