]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/forecast/hosts/carol/etc/swanctl/swanctl.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / forecast / hosts / carol / etc / swanctl / swanctl.conf
1 connections {
2
3 home {
4 local_addrs = PH_IP_CAROL
5 remote_addrs = PH_IP_MOON
6
7 vips = 0.0.0.0
8
9 local {
10 auth = pubkey
11 certs = carolCert.pem
12 id = carol@strongswan.org
13 }
14 remote {
15 auth = pubkey
16 id = moon.strongswan.org
17 }
18 children {
19 home {
20 local_ts = 0.0.0.0/0
21 remote_ts = 0.0.0.0/0
22
23 esp_proposals = aes128gcm128-x25519
24 }
25 }
26 version = 2
27 proposals = aes128-sha256-x25519
28 }
29 }