testing: Distributed openssl-ikev2 scenarios

This commit is contained in:
Andreas Steffen
2024-11-22 14:14:52 +01:00
committed by Tobias Brunner
parent f766a7ed49
commit 4df94b56c0
118 changed files with 23 additions and 604 deletions
@@ -0,0 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem openssl
}
charon-systemd {
load = nonce pem openssl curl revocation vici kernel-netlink socket-default updown
}
@@ -0,0 +1,36 @@
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 = aes256gcm16-ecp384
}
}
version = 2
proposals = aes256-sha384-ecp384
}
}
secrets {
pkcs8-dave {
file = daveKey.pem
secret = "OJlNZBx+80dLh4wC6fw5LmBd"
}
}