Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 32a6c8cd94d8af978bae56fab5ef3282 > files > 21

wpa_supplicant-0.5.10-10.el5.x86_64.rpm

# WPA2-EAP/CCMP using EAP-TLS

ctrl_interface=/var/run/wpa_supplicant

network={
	ssid="example wpa2-eap network"
	key_mgmt=WPA-EAP
	proto=WPA2
	pairwise=CCMP
	group=CCMP
	eap=TLS
	ca_cert="/etc/cert/ca.pem"
	private_key="/etc/cert/user.p12"
	private_key_passwd="PKCS#12 passhrase"
}