aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/transport-ikev1/hosts/sun/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-19 21:20:01 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:40 +0100
commit4ae1f7c0e3abfec36de9d21a7a372810e4501f20 (patch)
treea2bdffb7215fb6e0e7651319272c4491e4a39704 /testing/tests/ipv6/transport-ikev1/hosts/sun/etc/ipsec.conf
parent7812b6e6cfac212236b24ded8d85fb4b483832a3 (diff)
downloadstrongswan-4ae1f7c0e3abfec36de9d21a7a372810e4501f20.tar.bz2
strongswan-4ae1f7c0e3abfec36de9d21a7a372810e4501f20.tar.xz
testing: Converted ipv6/transport-ikev1 to swanctl
Diffstat (limited to 'testing/tests/ipv6/transport-ikev1/hosts/sun/etc/ipsec.conf')
-rw-r--r--testing/tests/ipv6/transport-ikev1/hosts/sun/etc/ipsec.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/tests/ipv6/transport-ikev1/hosts/sun/etc/ipsec.conf b/testing/tests/ipv6/transport-ikev1/hosts/sun/etc/ipsec.conf
deleted file mode 100644
index 9af8aa862..000000000
--- a/testing/tests/ipv6/transport-ikev1/hosts/sun/etc/ipsec.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-# /etc/ipsec.conf - strongSwan IPsec configuration file
-
-config setup
-
-ca strongswan
- cacert=strongswanCert.pem
- certuribase=http://ip6-winnetou.strongswan.org/certs/
- crluri=http://ip6-winnetou.strongswan.org/strongswan.crl
- auto=add
-
-conn %default
- ikelifetime=60m
- keylife=20m
- rekeymargin=3m
- keyingtries=1
- keyexchange=ikev1
- fragmentation=yes
-
-conn host-host
- left=PH_IP6_SUN
- leftcert=sunCert.pem
- leftid=@sun.strongswan.org
- leftfirewall=yes
- right=PH_IP6_MOON
- rightid=@moon.strongswan.org
- type=transport
- auto=add