How to import Certificate Authority in Ubuntu: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
*Enter your root password(same password that you use to login to computer or install programs) and press Enter | *Enter your root password(same password that you use to login to computer or install programs) and press Enter | ||
|- | |||
| | |||
*Type the following commend into your terminal | |||
<pre>sudo update-ca-certificates</pre> | |||
*Make sure that in the output of commend said that 1 added(Like the example in the picture) | |||
||[[File:Ubuntustep7.png|center|500px]] | |||
|} | |} |
Revision as of 17:53, 5 July 2016
http://help.computerisms.ca |
|
| |
|
|
| |
|
|
sudo cp Desktop/Computerisms.Root.Certificate.crt /usr/local/share/ca-certificates
| |
sudo update-ca-certificates
|