Annotation of embedaddon/strongswan/testing/tests/ikev2/any-interface/hosts/bob/etc/ipsec.conf, revision 1.1.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=bobCert.pem
                     18: 
                     19: conn sun
                     20:        right=PH_IP_SUN1
                     21:        rightid="C=CH, O=strongSwan Project, CN=sun.strongswan.org"
                     22:        auto=route

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