Annotation of embedaddon/strongswan/testing/tests/ikev1/host2host-ah/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:        keyexchange=ikev1
                      7: 
                      8: conn host-host
                      9:        left=PH_IP_MOON
                     10:        leftcert=moonCert.pem
                     11:        leftid=@moon.strongswan.org
                     12:        leftfirewall=yes
                     13:        right=PH_IP_SUN
                     14:        rightid=@sun.strongswan.org
                     15:        type=transport
                     16:        ah=sha256!
                     17:        auto=add

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