Added tnc/tnccs-11-supplicant scenario
This commit is contained in:
@@ -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=""
|
||||
}
|
||||
Reference in New Issue
Block a user