]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/swanctl/multi-level-ca/hosts/carol/etc/swanctl/swanctl.conf
notify-payload: Update reference for notify types for PPKs
[people/ms/strongswan.git] / testing / tests / swanctl / multi-level-ca / hosts / carol / etc / swanctl / swanctl.conf
1 connections {
2
3 home {
4 remote_addrs = 192.168.0.1
5
6 local {
7 auth = pubkey
8 certs = carolCert.pem
9 id = carol@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 }