Friday, May 18, 2007

Wireless at Sandy Bay for GNU Linux

If you already use wpa supplicant, the additional settings for wpa_supplicant.conf are:
network={
ssid="UANA"
key_mgmt=IEEE8021X
ca_cert="/PATHTOCERTIFICATE"
eap=TTLS
identity="UTASUSERNAME"
password="UTASPASSWORD"
phase2="auth=PAP"
}
Certificates are in PEM format, currently the best way is to get the certificate from someone already using UANA on Windows and convert to PEM format using:
openssl x509 -inform DER -outform PEM -in source.crt -out uana.pem
This post will be updated from responses.