testing: Add rw-eap-id-switch scenario
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
swanctl {
|
||||
load = pem pkcs1 revocation constraints pubkey openssl random
|
||||
}
|
||||
|
||||
charon-systemd {
|
||||
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default eap-identity eap-md5 eap-tls updown
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
connections {
|
||||
|
||||
rw-eap-tls {
|
||||
local_addrs = 192.168.0.1
|
||||
|
||||
local {
|
||||
auth = pubkey
|
||||
certs = moonCert.pem
|
||||
id = moon.strongswan.org
|
||||
}
|
||||
remote {
|
||||
eap_id = "C=CH, O=strongSwan Project, OU=Accounting, CN=*"
|
||||
auth = eap-tls
|
||||
}
|
||||
children {
|
||||
net {
|
||||
local_ts = 10.1.0.0/16
|
||||
|
||||
updown = /usr/local/libexec/ipsec/_updown iptables
|
||||
esp_proposals = aes128gcm128-x25519
|
||||
}
|
||||
}
|
||||
version = 2
|
||||
proposals = aes128-sha256-x25519
|
||||
}
|
||||
|
||||
rw-eap-md5 : connections.rw-eap-tls {
|
||||
remote {
|
||||
eap_id = %any
|
||||
auth = eap-md5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
secrets {
|
||||
|
||||
eap-carol {
|
||||
id = carol
|
||||
secret = Ar3etTnp
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user