blob: 0c934295fee009c76e98283e25e1b6471b840483 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = openssl curl pem pkcs1 random nonce revocation stroke kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-tnccs tnc-imc tnccs-20 updown
multiple_authentication = no
}
libimcv {
plugins {
imc-os {
push_info = yes
}
}
}
|