How install CA certificate for a wireless network?
I need to configure wireless network. To do it I need to install CA certificate. How to do it in ubuntu?
Solution 1:
I had a similar problem ubuntu 13.04. I selected Protected EAP (PEAP) for authentication mode, and ignored choosing a certificate file.
Now I am connected successfully with the following settings.
Solution 2:
Some wireless networks use a Certificate Authority file which can be configured in the following place:
Network menu (the four spreading arcs icon) > Edit Connections... > choose your network > Network Security tab > pick "WPA & WPA2 Enterprise" from the pop-down menu > CA Certificate.
(My own use for a CA file is a VPN that requires me to install a CA in my browser. That doesn't seem to be your case.)
Solution 3:
I used the AddTrust_External_Root
found in the mozilla certificates - /usr/share/ca-certificates/mozilla/AddTrust_External_Root.ca
Wifi worked.