summaryrefslogtreecommitdiff
path: root/testing/tests/alg-sha-equals-sha1/hosts/carol/etc/ipsec.conf
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2006-08-23 20:22:30 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2006-08-23 20:22:30 +0000
commit0b5d496ea2fd532dcf5e5b6b804a7db32f488364 (patch)
treea0a47d9ae70ef4e1b364cac4b9d4d9c84986bd63 /testing/tests/alg-sha-equals-sha1/hosts/carol/etc/ipsec.conf
parent360796fdebe9389dbf74cc93775e71fc57cb8907 (diff)
downloadvyos-strongswan-0b5d496ea2fd532dcf5e5b6b804a7db32f488364.tar.gz
vyos-strongswan-0b5d496ea2fd532dcf5e5b6b804a7db32f488364.zip
Load /tmp/tmp.beAMfG4063/strongswan-2.7.3 into
branches/source-dist/debian/strongswan.
Diffstat (limited to 'testing/tests/alg-sha-equals-sha1/hosts/carol/etc/ipsec.conf')
-rwxr-xr-xtesting/tests/alg-sha-equals-sha1/hosts/carol/etc/ipsec.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/tests/alg-sha-equals-sha1/hosts/carol/etc/ipsec.conf b/testing/tests/alg-sha-equals-sha1/hosts/carol/etc/ipsec.conf
new file mode 100755
index 000000000..c7328faae
--- /dev/null
+++ b/testing/tests/alg-sha-equals-sha1/hosts/carol/etc/ipsec.conf
@@ -0,0 +1,26 @@
+# /etc/ipsec.conf - strongSwan IPsec configuration file
+
+version 2.0 # conforms to second version of ipsec.conf specification
+
+config setup
+ plutodebug="control crypt"
+ crlcheckinterval=180
+ strictcrlpolicy=no
+
+conn %default
+ ikelifetime=60m
+ keylife=20m
+ rekeymargin=3m
+ keyingtries=1
+ ike=aes128-sha1-modp1536!
+ esp=aes128-sha!
+
+conn home
+ left=PH_IP_CAROL
+ leftnexthop=%direct
+ leftcert=carolCert.pem
+ leftid=carol@strongswan.org
+ right=PH_IP_MOON
+ rightsubnet=10.1.0.0/16
+ rightid=@moon.strongswan.org
+ auto=add