aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/openssl-ikev1/rw-cert/hosts/dave/etc/ipsec.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-06-11 11:37:21 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-06-12 19:59:48 +0200
commiteca36f44de3344805707bf126f348ba3b6a290b1 (patch)
treebad88e317b3778c38c1896db6a720b14039456f7 /testing/tests/openssl-ikev1/rw-cert/hosts/dave/etc/ipsec.conf
parentb59e2393353c5cfa845d0fc3a9bc8a52cbe33ff7 (diff)
downloadstrongswan-eca36f44de3344805707bf126f348ba3b6a290b1.tar.bz2
strongswan-eca36f44de3344805707bf126f348ba3b6a290b1.tar.xz
split openssl scenarios into openssl-ikev1 and openssl-ikev2
Diffstat (limited to 'testing/tests/openssl-ikev1/rw-cert/hosts/dave/etc/ipsec.conf')
-rwxr-xr-xtesting/tests/openssl-ikev1/rw-cert/hosts/dave/etc/ipsec.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/tests/openssl-ikev1/rw-cert/hosts/dave/etc/ipsec.conf b/testing/tests/openssl-ikev1/rw-cert/hosts/dave/etc/ipsec.conf
new file mode 100755
index 000000000..73167caad
--- /dev/null
+++ b/testing/tests/openssl-ikev1/rw-cert/hosts/dave/etc/ipsec.conf
@@ -0,0 +1,25 @@
+# /etc/ipsec.conf - strongSwan IPsec configuration file
+
+config setup
+ crlcheckinterval=180
+ strictcrlpolicy=no
+ charonstart=no
+ plutodebug=control
+
+conn %default
+ ikelifetime=60m
+ keylife=20m
+ rekeymargin=3m
+ keyingtries=1
+ keyexchange=ikev1
+ ike=aes256-sha256-modp2048!
+
+conn home
+ left=PH_IP_DAVE
+ leftcert=daveCert.pem
+ leftid=dave@strongswan.org
+ leftfirewall=yes
+ right=PH_IP_MOON
+ rightid=@moon.strongswan.org
+ rightsubnet=10.1.0.0/16
+ auto=add