Added tnc/tnccs-20-pt-tls scenario
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
charondebug="tnc 2, imc 2, imv 2"
|
||||
|
||||
conn pdp
|
||||
leftcert=sunCert.pem
|
||||
leftid=sun.strongswan.org
|
||||
auto=add
|
||||
@@ -0,0 +1,28 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = x509 openssl pem pkcs1 random nonce curl revocation stroke kernel-netlink socket-default tnc-pdp tnc-tnccs tnc-imc tnc-imv tnccs-20
|
||||
|
||||
plugins {
|
||||
tnc-pdp {
|
||||
server = sun.strongswan.org
|
||||
radius {
|
||||
enable = no
|
||||
}
|
||||
}
|
||||
tnccs-20 {
|
||||
mutual = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
libimcv {
|
||||
plugins {
|
||||
imc-test {
|
||||
command = allow
|
||||
}
|
||||
imv-test {
|
||||
rounds = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
#IMC/IMV configuration file for strongSwan endpoint
|
||||
|
||||
IMC "Test" /usr/local/lib/ipsec/imcvs/imc-test.so
|
||||
IMV "Test" /usr/local/lib/ipsec/imcvs/imv-test.so
|
||||
Reference in New Issue
Block a user