Annotation of embedaddon/strongswan/testing/tests/ikev2/any-interface/hosts/moon/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=ikev2
        !            11:        mobike=no
        !            12:        type=transport
        !            13:        compress=yes
        !            14:        dpdaction=hold
        !            15:        dpddelay=10
        !            16:        left=%any
        !            17:        leftcert=moonCert.pem
        !            18: 
        !            19: conn alice
        !            20:        right=PH_IP_ALICE
        !            21:        rightid="C=CH, O=strongSwan Project, OU=Sales, CN=alice@strongswan.org"
        !            22:        auto=route
        !            23: 
        !            24: conn sun
        !            25:        right=PH_IP_SUN
        !            26:        rightid="C=CH, O=strongSwan Project, CN=sun.strongswan.org"
        !            27:        auto=route

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