Annotation of embedaddon/strongswan/testing/tests/ikev2/wildcards/hosts/moon/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:        left=PH_IP_MOON
                     12:        leftcert=moonCert.pem
                     13:        leftid=@moon.strongswan.org
                     14: 
                     15: conn alice
                     16:        leftsubnet=PH_IP_ALICE/32
                     17:        right=%any
                     18:        rightid="C=CH, O=strongSwan Project, OU=Research, CN=*"
                     19:        auto=add
                     20: 
                     21: conn venus
                     22:        leftsubnet=PH_IP_VENUS/32
                     23:        right=%any
                     24:        rightid="C=CH, O=strongSwan Project, OU=Accounting, CN=*"
                     25:        auto=add
                     26: 

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