Annotation of embedaddon/strongswan/testing/tests/ikev1/multi-level-ca-cr-resp/hosts/carol/etc/ipsec.conf, revision 1.1

1.1     ! misho       1: # /etc/ipsec.conf - strongSwan IPsec configuration file
        !             2: 
        !             3: config setup
        !             4: 
        !             5: conn %default
        !             6:        ikelifetime=60m
        !             7:        keylife=20m
        !             8:        rekeymargin=3m
        !             9:        keyingtries=1
        !            10:        keyexchange=ikev1
        !            11:        left=PH_IP_CAROL
        !            12:        leftcert=carolCert.pem
        !            13:        leftsendcert=ifasked
        !            14:        right=PH_IP_MOON
        !            15:        rightid=@moon.strongswan.org
        !            16:        rightca="C=CH, O=strongSwan Project, CN=strongSwan Root CA"
        !            17: 
        !            18: conn alice
        !            19:        rightsubnet=PH_IP_ALICE/32
        !            20:        auto=add

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