Added tnc/tnccs-11-supplicant scenario

This commit is contained in:
Andreas Steffen
2013-10-11 20:18:59 +02:00
parent cae778147a
commit 3bd4536185
29 changed files with 1489 additions and 0 deletions
@@ -0,0 +1 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
@@ -0,0 +1 @@
# /etc/ipsec.secrets - strongSwan IPsec secrets file
@@ -0,0 +1,10 @@
# /etc/strongswan.conf - strongSwan configuration file
libimcv {
debug_level = 3
plugins {
imc-test {
command = isolate
}
}
}
@@ -0,0 +1,4 @@
#IMC configuration file for strongSwan client
IMC "Test" /usr/local/lib/ipsec/imcvs/imc-test.so
IMC "Scanner" /usr/local/lib/ipsec/imcvs/imc-scanner.so
@@ -0,0 +1,10 @@
network={
ssid="eap_ttls"
scan_ssid=0
key_mgmt=IEEE8021X
eap=TTLS
identity="dave"
password="W7R0g3do"
ca_cert="/etc/ipsec.d/cacerts/strongswanCert.pem"
id_str=""
}