Added tnc/tnccs-20-pt-tls scenario

This commit is contained in:
Andreas Steffen
2013-08-19 11:36:23 +02:00
parent e626821677
commit 10c7ca2399
29 changed files with 1346 additions and 0 deletions
@@ -0,0 +1,28 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl pem pkcs1 nonce x509 revocation constraints openssl socket-default kernel-netlink stroke tnc-pdp tnc-imv tnc-tnccs tnccs-20 sqlite
plugins {
tnc-pdp {
server = aaa.strongswan.org
radius {
secret = gv6URkSs
}
}
}
}
libtnccs {
plugins {
tnccs-20 {
max_batch_size = 131056
max_message_size = 131024
}
}
}
libimcv {
database = sqlite:///etc/pts/config.db
policy_script = ipsec imv_policy_manager
}