summaryrefslogtreecommitdiff
path: root/testing/tests/swanctl/rw-eap-tls-radius/hosts/alice/etc/freeradius/3.0/mods-available/eap
blob: e8670dbb7446c57b98a3dd7e5b31757c82cc41d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
eap {
  default_eap_type = tls

  tls-config tls-common {
    private_key_file = ${certdir}/aaaKey.pem
    certificate_file = ${certdir}/aaaCert.pem
    ca_file = ${cadir}/strongswanCert.pem
    cipher_list = "DEFAULT"
    dh_file = ${certdir}/dh
    random_file = ${certdir}/random
  }

  tls {
    tls = tls-common
  }
}