strongswan/testing/tests/tnc/tnccs-20-mutual-eap/hosts/moon/etc/strongswan.conf

27 lines
481 B
Plaintext

# /etc/strongswan.conf - strongSwan configuration file
charon {
load = x509 openssl pem pkcs1 random nonce curl revocation stroke kernel-netlink socket-default eap-identity eap-ttls eap-tnc tnc-tnccs tnc-imc tnc-imv tnccs-20 updown
multiple_authentication = no
plugins {
eap-ttls {
phase2_tnc =yes
}
tnccs-20 {
mutual = yes
}
}
}
libimcv {
plugins {
imc-test {
command = allow
}
imv-test {
rounds = 1
}
}
}