#
#   eapol_test -c eap-ttls-eap-mschapv2.conf -s testing123
#
network={
	key_mgmt=IEEE8021X
	eap=TTLS

	anonymous_identity="anonymous"

	identity="bob"
	password="bob"

	phase1=""
	phase2="autheap=MSCHAPV2"

	ca_cert="../../raddb/certs/ca.pem"
}
