aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/openssl-ikev1/alg-ecp-high/hosts/carol/etc/ipsec.conf
blob: 432fa52ea0d6bd38e1c95e750b3e1651ff7f14fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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=aes192-sha384-ecp256,aes192-sha384-ecp384!

conn home
	left=PH_IP_CAROL
	leftcert=carolCert.pem
	leftid=carol@strongswan.org
	leftfirewall=yes
	right=PH_IP_MOON
	rightid=@moon.strongswan.org
	rightsubnet=10.1.0.0/16
	auto=add