Annotation of embedaddon/strongswan/testing/tests/ikev2/ocsp-timeouts-unknown/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: ca strongswan-ca
        !             7:        cacert=strongswanCert.pem
        !             8:        ocspuri1=http://bob.strongswan.org:8800
        !             9:         ocspuri2=http://ocsp2.strongswan.org:8880
        !            10:        auto=add
        !            11:                        
        !            12: conn %default
        !            13:        keyexchange=ikev2
        !            14:        ikelifetime=60m
        !            15:        keylife=20m
        !            16:        rekeymargin=3m
        !            17:        keyingtries=1
        !            18:        left=PH_IP_CAROL
        !            19:        leftcert=carolCert.pem
        !            20:        leftid=carol@strongswan.org
        !            21: 
        !            22: conn home
        !            23:        right=PH_IP_MOON
        !            24:        rightsubnet=10.1.0.0/16
        !            25:        rightid=@moon.strongswan.org
        !            26:        auto=add

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