aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/libipsec/host2host-cert/hosts/moon/etc/swanctl/swanctl.conf
blob: 8f8b040290e2d350cd8d2424a48ec7ce766f43c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
connections {

   host-host {
      local_addrs  = 192.168.0.1
      remote_addrs = 192.168.0.2 

      local {
         auth = pubkey
         certs = moonCert.pem
         id = moon.strongswan.org
      }
      remote {
         auth = pubkey
         id = sun.strongswan.org 
      }
      children {
         host-host {
            updown = /etc/updown 
            esp_proposals = aes128-sha256-x25519
         }
      }
      version = 2
      mobike = no
      proposals = aes128-sha256-x25519
   }
}