13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac stroke kernel-netlink socket-default eap-identity eap-md5 eap-peap updown
|
|
multiple_authentication=no
|
|
plugins {
|
|
eap-peap {
|
|
phase2_method = md5
|
|
phase2_piggyback = yes
|
|
}
|
|
}
|
|
}
|