testing: Add ikev2/rw-cert-multi-ke scenario

This commit is contained in:
Tobias Brunner
2024-08-07 16:20:19 +02:00
parent ddb9b274c2
commit f3c7e5227c
11 changed files with 202 additions and 0 deletions
@@ -0,0 +1,27 @@
connections {
home {
local_addrs = 192.168.0.200
remote_addrs = 192.168.0.1
local {
auth = pubkey
certs = daveCert.pem
id = [email protected]
}
remote {
auth = pubkey
id = moon.strongswan.org
}
children {
home {
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-modp3072-ke1_ecp384
}
}
version = 2
proposals = aes128-sha256-modp3072-ke1_ecp384
}
}