26 lines
453 B
Plaintext
26 lines
453 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = pem pkcs1 revocation constraints pubkey openssl random
|
|
}
|
|
|
|
charon-systemd {
|
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default eap-identity eap-md5 eap-ttls updown
|
|
|
|
multiple_authentication=no
|
|
syslog {
|
|
daemon {
|
|
tls = 2
|
|
}
|
|
}
|
|
plugins {
|
|
eap-ttls {
|
|
phase2_method = md5
|
|
}
|
|
}
|
|
}
|
|
|
|
libtls {
|
|
version_max = 1.3
|
|
}
|