aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-mutual-eap/hosts/sun/etc/ipsec.conf
blob: c20bce930fff17d11d1c7de870829b55b75c698e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# /etc/ipsec.conf - strongSwan IPsec configuration file

config setup
	charondebug="tnc 2, imc 2, imv 2"

conn %default
	ikelifetime=60m
	keylife=20m
	rekeymargin=3m
	keyingtries=1
	keyexchange=ikev2

conn host-host
	left=PH_IP_SUN
	leftcert=sunCert.pem
	leftid=sun.strongswan.org
	leftauth=eap-ttls
	leftfirewall=yes
	right=PH_IP_MOON
	rightid=moon.strongswan.org
	rightauth=eap-ttls
	rightsendcert=never
	auto=add