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

1.1       misho       1: connections {
                      2: 
                      3:    gw-gw {
                      4:       local_addrs  = 192.168.0.1
                      5:       remote_addrs = 192.168.0.2
                      6: 
                      7:       local {
                      8:          auth = pubkey
                      9:          id = moon.strongswan.org
                     10:       }
                     11:       remote {
                     12:          auth = pubkey
                     13:          id = sun.strongswan.org
                     14:       }
                     15:       children {
                     16:          net-net {
                     17:             local_ts  = 10.1.0.0/16
                     18:             remote_ts = 10.2.0.0/16
                     19: 
                     20:             updown = /usr/local/libexec/ipsec/_updown iptables
                     21:             esp_proposals = aes128gcm128-modp3072
                     22:          }
                     23:       }
                     24:       version = 2
                     25:       mobike = no
                     26:       proposals = aes128-sha256-modp3072
                     27:    }
                     28: }
                     29: 
                     30: secrets {
                     31: 
                     32:    pkcs12-moon {
                     33:       file = moonCert.p12
                     34:       secret = "kUqd8O7mzbjXNJKQ"
                     35:    }
                     36: }

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