]> git.ipfire.org Git - thirdparty/strongswan.git/blob - testing/tests/ikev2/rw-eap-peap-radius/hosts/alice/etc/freeradius/3.0/mods-available/eap
testing: Config changes for FreeRADIUS 3.0
[thirdparty/strongswan.git] / testing / tests / ikev2 / rw-eap-peap-radius / hosts / alice / etc / freeradius / 3.0 / mods-available / eap
1 eap {
2 md5 {
3 }
4 default_eap_type = peap
5
6 tls-config tls-common {
7 private_key_file = ${certdir}/aaaKey.pem
8 certificate_file = ${certdir}/aaaCert.pem
9 ca_file = ${cadir}/strongswanCert.pem
10 cipher_list = "DEFAULT"
11 dh_file = ${certdir}/dh
12 random_file = ${certdir}/random
13 }
14
15 peap {
16 tls = tls-common
17 default_eap_type = md5
18 use_tunneled_reply = yes
19 virtual_server = "inner-tunnel"
20 }
21 }