aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/openssl-ikev1/ecdsa-certs/hosts/moon/etc/ipsec.conf
blob: f22a4ac4c8e62cd9cd7f953faae909a9776353e9 (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
26
27
28
29
30
31
32
# /etc/ipsec.conf - strongSwan IPsec configuration file

config setup
        crlcheckinterval=180
	plutodebug=control
	charonstart=no

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

conn carol
	also=moon
	leftcert=moon_ec256_Cert.pem
	rightid=carol@strongswan.org
	auto=add

conn dave
	also=moon
	leftcert=moon_ec384_Cert.pem
	rightid=dave@strongswan.org
	auto=add

conn moon 
	left=PH_IP_MOON
	leftid=@moon.strongswan.org
	leftsubnet=10.1.0.0/16
	leftfirewall=yes
	right=%any