summaryrefslogtreecommitdiff
path: root/testing/tests/ikev2/reauth-late/hosts/moon/etc/ipsec.conf
blob: cb5e86a66056b8d21f0ebe56fd705e69dcbd991a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# /etc/ipsec.conf - strongSwan IPsec configuration file

config setup
        crlcheckinterval=180
	strictcrlpolicy=no
	plutostart=no

conn %default
	ikelifetime=3601
	keylife=1200
	rekeymargin=0s
	keyingtries=1

conn rw
	left=PH_IP_MOON
	leftcert=moonCert.pem
	leftid=@moon.strongswan.org
	leftsubnet=10.1.0.0/16
	leftfirewall=yes
	right=%any
	keyexchange=ikev2
	auto=add