File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / ikev1 / multi-level-ca-cr-resp / hosts / carol / etc / ipsec.conf
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:46 2020 UTC (4 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

# /etc/ipsec.conf - strongSwan IPsec configuration file

config setup

conn %default
	ikelifetime=60m
	keylife=20m
	rekeymargin=3m
	keyingtries=1
	keyexchange=ikev1
	left=PH_IP_CAROL
	leftcert=carolCert.pem
	leftsendcert=ifasked
	right=PH_IP_MOON
	rightid=@moon.strongswan.org
	rightca="C=CH, O=strongSwan Project, CN=strongSwan Root CA"

conn alice
	rightsubnet=PH_IP_ALICE/32
	auto=add

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>