This guide is based on Ubuntu 20.04, but you can find similar fields in other desktop environments.
NB! Before you go through this guide, make sure you have root user rights. In case of problems, contact computer help.
Download Python with the following command:
sudo apt-get install python |
Navigate to the /Downloads folder using the following command:
cd /Downloads |
Unzip the downloaded certificate with the following command:
sudo python3 eduroam-linux-UoT.py |
Next, log in to the root user to make the certificate available to the regular user. To do this, use the command:
su root |
When you reach the original folder, copy the certificate using the command: (instead of<user>, you must put your computer's username).
sudo cp root/.config/cat_installer/ca.pem /home/user/ |
After that, move back to the original user with the following command:
exit |