How to import Certificate Authority in Ubuntu: Difference between revisions

From help.computerisms.ca
Jump to navigation Jump to search
(Created page with " {| style="width:100%" border="0" cellspacing="0" cellpadding="20" style="font-size:120%; |- |style="width: 50%"| *Open your preferable browser and navigate to: http...")
 
No edit summary
Line 30: Line 30:
|-
|-
|
|
*Example of entering ip address of the samba server
*Click on the Unity Dash located on the top left corner




*Note that your ip address would be different that what I entered
*Open a terminal by typing "terminal" in unity dash search or press Alt+Ctrl+t
||[[File:Ubuntustep5.png|center|500px]]
||[[File:Ubuntustep5.png|center|500px]]
|-
|-
||[[File:Ubuntustep6.png|center|500px]]
||[[File:Ubuntustep6.png|center|500px]]
|
|
*Browse to your files and enjoy
*copy the following line to your terminal:
<pre>sudo cp Desktop/Computerisms.Root.Certificate.crt /usr/local/share/ca-certificates</pre>




*Keep that in mind that for the next time that you are opening the app, you need to go to the the menu tab and select Connect to server and click on your server
*Enter your root password(same password that you use to login to computer or install programs) and press Enter
|}
|}

Revision as of 18:46, 5 July 2016

  • Open your preferable browser and navigate to:
        http://help.computerisms.ca
  • Scroll down and Click on "The Certificate Warnings Issue"
  • Under the FAQ section right click on the first link and click on "Save Link As"


  • Change the file name on the top bar from Computerisms.Root.Certificate.pem to Computerisms.Root.Certificate.crt


  • Save the file on your Desktop(Note that you can save the file anywhere you wish but couple of the next following commands in terminal would not work without changing the path in command, so it is recommended if you save it on your Desktop)


  • Click on save
  • Click on the Unity Dash located on the top left corner


  • Open a terminal by typing "terminal" in unity dash search or press Alt+Ctrl+t
  • copy the following line to your terminal:
sudo cp Desktop/Computerisms.Root.Certificate.crt /usr/local/share/ca-certificates


  • Enter your root password(same password that you use to login to computer or install programs) and press Enter