summaryrefslogtreecommitdiffstats
path: root/src/tests/eap-tls.conf
blob: c88a5596da7475ef135385381f20b171125f1479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#   eapol_test -c eap-tls.conf -s testing123
#
#   Set also "nostrip" in raddb/proxy.conf, realm "example.com"
#   And make it a LOCAL realm.
#
network={
	key_mgmt=IEEE8021X
	eap=TLS

	identity="user@example.org"

	phase1=""

	ca_cert="../../raddb/certs/ca.pem"
	client_cert="../../raddb/certs/client.crt"
	private_key="../../raddb/certs/client.key"
	private_key_passwd="whatever"
}