Annotation of embedaddon/strongswan/testing/tests/ikev2/ocsp-local-cert/hosts/moon/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:        ocspuri=http://ocsp.strongswan.org:8880
        !             9:        auto=add
        !            10: 
        !            11: conn %default
        !            12:        keyexchange=ikev2
        !            13:        ikelifetime=60m
        !            14:        keylife=20m
        !            15:        rekeymargin=3m
        !            16:        keyingtries=1
        !            17: 
        !            18: conn rw
        !            19:        left=PH_IP_MOON
        !            20:        leftcert=moonCert.pem
        !            21:        leftid=@moon.strongswan.org
        !            22:        leftsubnet=10.1.0.0/16
        !            23:        right=%any
        !            24:        auto=add

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