| 123456789101112131415161718192021222324252627 | # /etc/ipsec.conf - strongSwan IPsec configuration fileconfig setupconn %default	ikelifetime=60m	keylife=20m	rekeymargin=3m	keyingtries=1	keyexchange=ikev2	mobike=no	type=transport	compress=yes	dpdaction=hold	dpddelay=10	left=%any	leftcert=moonCert.pemconn alice	right=PH_IP_ALICE	rightid="C=CH, O=strongSwan Project, OU=Sales, CN=alice@strongswan.org"	auto=routeconn sun	right=PH_IP_SUN	rightid="C=CH, O=strongSwan Project, CN=sun.strongswan.org"	auto=route
 |