aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ipv6/transport-ikev2/hosts/moon/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-10-19 21:27:37 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 11:49:40 +0100
commitf57ca13e28281f671a7160ebd7741050ffd4a529 (patch)
tree58a8d3db3400aafdb62b1548ba55f79963813498 /testing/tests/ipv6/transport-ikev2/hosts/moon/etc/ipsec.conf
parent4ae1f7c0e3abfec36de9d21a7a372810e4501f20 (diff)
downloadstrongswan-f57ca13e28281f671a7160ebd7741050ffd4a529.tar.bz2
strongswan-f57ca13e28281f671a7160ebd7741050ffd4a529.tar.xz
testing: Converted ipv6/transport-ikev2 to swanctl
Diffstat (limited to 'testing/tests/ipv6/transport-ikev2/hosts/moon/etc/ipsec.conf')
-rw-r--r--testing/tests/ipv6/transport-ikev2/hosts/moon/etc/ipsec.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/tests/ipv6/transport-ikev2/hosts/moon/etc/ipsec.conf b/testing/tests/ipv6/transport-ikev2/hosts/moon/etc/ipsec.conf
deleted file mode 100644
index a48b6cbc6..000000000
--- a/testing/tests/ipv6/transport-ikev2/hosts/moon/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
- mobike=no
- keyexchange=ikev2
-
-conn host-host
- left=PH_IP6_MOON
- leftcert=moonCert.pem
- leftid=@moon.strongswan.org
- leftfirewall=yes
- right=PH_IP6_SUN
- rightid=@sun.strongswan.org
- type=transport
- auto=add