mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
22 lines
400 B
Plaintext
22 lines
400 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = curl openssl pem pkcs1 random nonce revocation stroke kernel-netlink socket-default eap-identity eap-md5 eap-ttls eap-tnc tnc-imc tnc-tnccs tnccs-20 updown
|
|
|
|
multiple_authentication = no
|
|
|
|
plugins {
|
|
tnc-imc {
|
|
preferred_language = de
|
|
}
|
|
}
|
|
}
|
|
|
|
libimcv {
|
|
plugins {
|
|
imc-os {
|
|
push_info = no
|
|
}
|
|
}
|
|
}
|