Annotation of embedaddon/strongswan/testing/tests/ikev2/rw-eap-tls-only/hosts/carol/etc/ipsec.conf, revision 1.1

1.1     ! misho       1: # /etc/ipsec.conf - strongSwan IPsec configuration file
        !             2: 
        !             3: conn %default
        !             4:        ikelifetime=60m
        !             5:        keylife=20m
        !             6:        rekeymargin=3m
        !             7:        keyingtries=1
        !             8:        keyexchange=ikev2
        !             9: 
        !            10: conn home
        !            11:        left=PH_IP_CAROL
        !            12:        leftcert=carolCert.pem
        !            13:        leftauth=eap
        !            14:        leftfirewall=yes
        !            15:        right=PH_IP_MOON
        !            16:        rightid="C=CH, O=strongSwan Project, CN=moon.strongswan.org"
        !            17:        rightauth=any
        !            18:        rightsubnet=10.1.0.0/16
        !            19:        rightsendcert=never
        !            20:        auto=add

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