]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/ikev2/alg-aes-gcm/hosts/carol/etc/ipsec.conf
47f8f7f7cdf6c1b065e7fef82e224a5d5a5e17d2
[thirdparty/strongswan.git] / testing / tests / ikev2 / alg-aes-gcm / hosts / carol / etc / ipsec.conf
1 # /etc/ipsec.conf - strongSwan IPsec configuration file
2
3 config setup
4
5 conn %default
6 ikelifetime=60m
7 keylife=20m
8 rekeymargin=3m
9 keyingtries=1
10 keyexchange=ikev2
11 ike=aes256gcm128-aesxcbc-curve25519!
12 esp=aes256gcm128-curve25519!
13
14 conn home
15 left=PH_IP_CAROL
16 leftfirewall=yes
17 leftcert=carolCert.pem
18 leftid=carol@strongswan.org
19 right=PH_IP_MOON
20 rightsubnet=10.1.0.0/16
21 rightid=@moon.strongswan.org
22 auto=add