| 123456789101112131415161718192021222324 | # /etc/ipsec.conf - strongSwan IPsec configuration fileconfig setupconn %default	ikelifetime=60m	keylife=20m	rekeymargin=3m	keyingtries=1	keyexchange=ikev2	mobike=no	dpdaction=clear	dpddelay=60sconn medsrv	left=PH_IP_CAROL	leftcert=carolCert.pem	leftid=carol@strongswan.org	leftauth=pubkey	leftfirewall=yes	right=%any	rightauth=psk	mediation=yes	auto=add
 |