]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/gcrypt-ikev1/alg-twofish/hosts/carol/etc/ipsec.conf
adapted gcrypt-ikev1 alg scenarios
[people/ms/strongswan.git] / testing / tests / gcrypt-ikev1 / alg-twofish / hosts / carol / etc / ipsec.conf
1 # /etc/ipsec.conf - strongSwan IPsec configuration file
2
3 config setup
4 plutodebug="control crypt"
5 crlcheckinterval=180
6 strictcrlpolicy=no
7 charonstart=no
8
9 conn %default
10 ikelifetime=60m
11 keylife=20m
12 rekeymargin=3m
13 keyingtries=1
14 ike=twofish256-sha2_512-modp4096!
15 esp=twofish256-sha2_512!
16
17 conn home
18 left=PH_IP_CAROL
19 leftcert=carolCert.pem
20 leftid=carol@strongswan.org
21 right=PH_IP_MOON
22 rightsubnet=10.1.0.0/16
23 rightid=@moon.strongswan.org
24 auto=add