How to connect to the university's network using certificate
I'm trying to connect to the universities network which requires a certificate and authintication. I used to be able to connect using wpa_supplicant, but I'm not sure how it should be set up with wicd.
For wpa_supplicant, they give the following instructions:
"""
Create a file
/etc/wpa_
Type the following parameters:
ctrl_interface=
network={
�� scan_ssid=1
�� ssid="HUJI-netX"
�� key_mgmt=WPA-EAP
�� eap=PEAP
�� identity=
�� password="XXXXXX"
�� ca_cert="$CERT.pem"
�� phase1=
�� phase2=
}
Note:
- In ca_cert you need to replace the $CERT with the location of your certificate
(To find the location type the command:
locate *.pem|grep AddTrust (or AddTrust_External)
Note that in Ubuntu the command is locate *.pem|grep /etc/ssl/
"""
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- wicd Edit question
- Assignee:
- David Paleino Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Yoav Luft for more information if necessary.