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

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

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