diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-12-15 19:55:58 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-12-15 19:55:58 +0100 |
commit | b75002bc955e7a1489c5c2dd75f452ca057b9b1b (patch) | |
tree | 856caec0192b735f9fdf352a8ddda70658a93548 /testing/tests/openssl-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf | |
parent | 11917797448d722f3736dc766ca89f0abfb228d4 (diff) | |
download | strongswan-b75002bc955e7a1489c5c2dd75f452ca057b9b1b.tar.bz2 strongswan-b75002bc955e7a1489c5c2dd75f452ca057b9b1b.tar.xz |
added openssl-ikev1/alg-camellia scenario
Diffstat (limited to 'testing/tests/openssl-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf')
-rwxr-xr-x | testing/tests/openssl-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/tests/openssl-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf b/testing/tests/openssl-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf new file mode 100755 index 000000000..e26d972f0 --- /dev/null +++ b/testing/tests/openssl-ikev1/alg-camellia/hosts/moon/etc/ipsec.conf @@ -0,0 +1,24 @@ +# /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 + ike=camellia192-sha384-modp3072! + esp=camellia192-sha384! + +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 |