Annotation of embedaddon/strongswan/testing/tests/ikev2/reauth-mbb-revoked/hosts/carol/etc/ipsec.conf, revision 1.1.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:        keylife=20m
                      8:        ikelifetime=10s
                      9:        rekeymargin=5s
                     10:        rekeyfuzz=0%
                     11:        keyingtries=1
                     12: 
                     13: conn home
                     14:        left=PH_IP_CAROL
                     15:        leftcert=carolCert.pem
                     16:        leftid=carol@strongswan.org
                     17:        right=PH_IP_MOON
                     18:        rightid=@moon.strongswan.org
                     19:        rightsubnet=10.1.0.0/16
                     20:        keyexchange=ikev2
                     21:        auto=add

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