How I installed Eduroam at Umea University

This worked for me in Ubuntu 14.04 on August 2014.

I assume that your CAS username is abcd1234, obviously it is not, so chage it everywhere

Go to and download the three certificates here to ~/Downloads.

As root (sudo) put the three certificates in /usr/local/share/ca-certificates
> sudo cp *.crt /usr/local/share/ca-certificates
> sudo cp *.p12 /usr/local/share/ca-certificates
go to the directory
> sudo cd /usr/local/share/ca-certificates
then
> sudo update-ca-certificates
> sudo openssl pkcs12 -in umu_eduroam_abcd1234.p12 -out umu_eduroam_abcd1234.pem -nodes
Enter the password provided when you downloaded it.


Click on the wireless -> Edit connections... -> Wi-Fi -> eduroam -> edit
Under the Wi-Fi Security tab
Set Security WPA & WPA2 Entreprise
Set Authentication TLS
Set Identity to your CAS log in (e.g. abcd1234@umu.se)
Set the User certificate to NONE
Set the CA certificate to /etc/ssl/certs/umueduroamca2.pem
Set Private key: /usr/local/share/ca-certificates/umu_eduroam_abcd1234.p12
Set key private password to the password that you got when you downloaded the certificates
Click on the wireless and choose eduroam

You are now done!

Back to xavier.thibert-plante.com.

Below is an archive on how I succeded previously. It may still work if you are using ubuntu 13.04






This worked for me in Ubuntu 13.04 on September 2013.

I assume that your CAS username is abcd1234, obviously it is not, so chage it everywhere

Go to and download the three certificates here to ~/Downloads.

As root (sudo) put the three certificates in /usr/local/share/ca-certificates
> sudo cp *.crt /usr/local/share/ca-certificates
> sudo cp *.p12 /usr/local/share/ca-certificates
go to the directory
> sudo cd /usr/local/share/ca-certificates
then
> sudo update-ca-certificates
> sudo openssl pkcs12 -in umu_eduroam_abcd1234.p12 -out umu_eduroam_abcd1234.pem -nodes
Enter the password provided when you downloaded it.


Click on the wireless -> Edit connections... -> Wireless -> eduroam -> edit
Set Security WPA & WPA2 Entreprise
Set Authentication TLS
Set Identity to your CAS log in (e.g. abcd1234@umu.se)
Set the User certificate to NONE
Set the CA certificate to /usr/local/share/ca-certificates/umu_eduroam_abcd1234.pem
Set Private key: /usr/local/share/ca-certificates/umu_eduroam_abcd1234.p12
Set key private password to the password that you got when you downloaded the certificates
Click on the wireless and choose eduroam

You are now done!

Back to xavier.thibert-plante.com.