aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev1/esp-alg-des/hosts/moon/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-05-23 14:45:15 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-05-23 14:45:15 +0200
commit148b6438807cf8fd2f6ae04ac4b77795d0c21fea (patch)
tree0cf56902ecd0be678c5e8999f90443acb55ee594 /testing/tests/ikev1/esp-alg-des/hosts/moon/etc/ipsec.conf
parent3c475660c50fa11d6b95b86072cf35165057c911 (diff)
downloadstrongswan-148b6438807cf8fd2f6ae04ac4b77795d0c21fea.tar.bz2
strongswan-148b6438807cf8fd2f6ae04ac4b77795d0c21fea.tar.xz
upgraded ikev1 scenarios to 5.0.0
Diffstat (limited to 'testing/tests/ikev1/esp-alg-des/hosts/moon/etc/ipsec.conf')
-rwxr-xr-xtesting/tests/ikev1/esp-alg-des/hosts/moon/etc/ipsec.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/tests/ikev1/esp-alg-des/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/esp-alg-des/hosts/moon/etc/ipsec.conf
deleted file mode 100755
index 0329a533d..000000000
--- a/testing/tests/ikev1/esp-alg-des/hosts/moon/etc/ipsec.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# /etc/ipsec.conf - strongSwan IPsec configuration file
-
-config setup
- plutodebug="control crypt"
- crlcheckinterval=180
- strictcrlpolicy=no
- charonstart=no
-
-conn %default
- ikelifetime=60m
- keylife=20m
- rekeymargin=3m
- keyingtries=1
- keyexchange=ikev1
- ike=3des-md5-modp1024!
- esp=des-md5!
-
-conn rw
- left=PH_IP_MOON
- leftcert=moonCert.pem
- leftid=@moon.strongswan.org
- leftsubnet=10.1.0.0/16
- right=%any
- rightid=carol@strongswan.org
- auto=add