Annotation of embedaddon/strongswan/testing/tests/ikev2/ocsp-local-cert/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: ca strongswan
                      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 home
                     19:        left=PH_IP_CAROL
                     20:        leftcert=carolCert.pem
                     21:        leftid=carol@strongswan.org
                     22:        right=PH_IP_MOON
                     23:        rightsubnet=10.1.0.0/16
                     24:        rightid=@moon.strongswan.org
                     25:        auto=add

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