testing: Added botan/rw-cert scenario

This commit is contained in:
Andreas Steffen
2018-09-12 16:25:00 +02:00
committed by Tobias Brunner
parent a5c682e87d
commit 72a6831e7c
12 changed files with 217 additions and 0 deletions
@@ -0,0 +1,25 @@
connections {
rw {
local_addrs = 192.168.0.1
local {
auth = pubkey
certs = moonCert.pem
id = moon.strongswan.org
}
remote {
auth = pubkey
}
children {
net {
local_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-modp3072
}
}
version = 2
proposals = aes128-sha256-modp3072
}
}