Added tnc/tnccs-20-pt-tls scenario
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user