]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/tests/ikev2/two-certs/hosts/carol/etc/swanctl/swanctl.conf
testing: Migrated ikev2 scenarios to new default plugins
[thirdparty/strongswan.git] / testing / tests / ikev2 / two-certs / hosts / carol / etc / swanctl / swanctl.conf
CommitLineData
5ef10ec3
TB
1connections {
2
7c5a2974
AS
3 alice {
4 local_addrs = 192.168.0.100
5ef10ec3
TB
5 remote_addrs = 192.168.0.1
6
7 local {
8 auth = pubkey
9 certs = carolCert.pem
10 id = carol@strongswan.org
11 }
12 remote {
13 auth = pubkey
14 id = moon.strongswan.org
5ef10ec3
TB
15 revocation = strict
16 }
17 children {
18 alice {
19 remote_ts = 10.1.0.10/32
67874065 20 esp_proposals = aes128gcm16-modp3072
5ef10ec3 21 }
7c5a2974
AS
22 }
23 version = 2
67874065 24 proposals = aes128-sha256-modp3072
7c5a2974
AS
25 }
26
27 venus {
28 local_addrs = 192.168.0.100
29 remote_addrs = 192.168.0.1
30
31 local {
32 auth = pubkey
33 certs = carolCert-002.pem
34 id = carol@strongswan.org
35 }
36 remote {
37 auth = pubkey
38 id = moon.strongswan.org
39 revocation = strict
40 }
41 children {
5ef10ec3
TB
42 venus {
43 remote_ts = 10.1.0.20/32
67874065 44 esp_proposals = aes128gcm16-modp3072
5ef10ec3
TB
45 }
46 }
47 version = 2
67874065 48 proposals = aes128-sha256-modp3072
5ef10ec3
TB
49 }
50}