Annotation of embedaddon/strongswan/testing/tests/ikev2/rw-eap-ttls-radius/hosts/carol/etc/ipsec.conf, revision 1.1.1.1

1.1       misho       1: # /etc/ipsec.conf - strongSwan IPsec configuration file
                      2: 
                      3: conn %default
                      4:        ikelifetime=60m
                      5:        keylife=20m
                      6:        rekeymargin=3m
                      7:        keyingtries=1
                      8:        keyexchange=ikev2
                      9: 
                     10: conn home
                     11:        left=PH_IP_CAROL
                     12:        leftid=carol@strongswan.org
                     13:        leftauth=eap
                     14:        leftfirewall=yes
                     15:        right=PH_IP_MOON
                     16:        rightid=@moon.strongswan.org
                     17:        rightsubnet=10.1.0.0/16
                     18:        rightauth=pubkey
                     19:        aaa_identity="C=CH, O=strongSwan Project, CN=aaa.strongswan.org"
                     20:        auto=add

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