]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2-multi-ca/crls-l3/hosts/dave/etc/swanctl/swanctl.conf
testing: Reorganizing IKEv1 and IKEv2 examples
[people/ms/strongswan.git] / testing / tests / ikev2-multi-ca / crls-l3 / hosts / dave / etc / swanctl / swanctl.conf
1 connections {
2
3 home {
4 remote_addrs = 192.168.0.1
5
6 local {
7 auth = pubkey
8 certs = daveCert.pem
9 id = dave@strongswan.org
10 }
11 remote {
12 auth = pubkey
13 id = moon.strongswan.org
14 cacerts = strongswanCert.pem
15 revocation = strict
16 }
17 children {
18 alice {
19 remote_ts = 10.1.0.10/32
20 esp_proposals = aes128-sha256-ecp256
21 }
22 venus {
23 remote_ts = 10.1.0.20/32
24 esp_proposals = aes128-sha256-ecp256
25 }
26 }
27 version = 2
28 proposals = aes128-sha256-ecp256
29 }
30 }