Annotation of embedaddon/strongswan/testing/tests/openssl-ikev2/ecdsa-certs/hosts/moon/etc/swanctl/swanctl.conf, revision 1.1.1.1

1.1       misho       1: connections {
                      2: 
                      3:    rw {
                      4:       local_addrs  = 192.168.0.1
                      5: 
                      6:       local {
                      7:          auth = pubkey
                      8:          certs = moonCert.pem
                      9:          id = moon.strongswan.org
                     10:       }
                     11:       remote {
                     12:          auth = pubkey
                     13:       }
                     14:       children {
                     15:          net {
                     16:             local_ts  = 10.1.0.0/16
                     17: 
                     18:             updown = /usr/local/libexec/ipsec/_updown iptables
                     19:             esp_proposals = aes256gcm16-aes128gcm16-ecp384-ecp256
                     20:          }
                     21:       }
                     22:       version = 2
                     23:       proposals = aes256-aes128-sha384-sha256-ecp384-ecp256
                     24:    }
                     25: }

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