Installation of certificate in Ubuntu operating system: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
שורה 11: שורה 11:
 
run the following command:
 
run the following command:
  
<pre dir="ltr">
+
curl -sL <nowiki>http://netfree.link/dl/ubuntuCertInstallNetFree.sh</nowiki> | sudo -E bash -
curl -sL http://netfree.link/dl/ubuntuCertInstallNetFree.sh | sudo -E bash -
+
<div lang="en" dir="ltr">
</pre>
+
Sometimes the command will fail due to the fact that 'curl' isn't installed, and it will give a message:  <code>Command 'curl' not found</code>
 +
 
 +
The way to fix this, is by entering the command:
 +
 
 +
<code>Sudo apt install curl</code>
  
  
 
P.S. To install the certificate you need root permission, For Firefox browser you must  install the security certificate separately.
 
P.S. To install the certificate you need root permission, For Firefox browser you must  install the security certificate separately.

גרסה מ־14:01, 29 באוקטובר 2019

לעברית לחצו כאן


To switch from edit view to read view

To search in the Wiki


Home page > Security certificate > Installation of certificate in Ubuntu operating system ‎‎


To install the certificate in Ubuntu operating system, Open the command line.

run the following command:

curl -sL http://netfree.link/dl/ubuntuCertInstallNetFree.sh | sudo -E bash -

Sometimes the command will fail due to the fact that 'curl' isn't installed, and it will give a message: Command 'curl' not found

The way to fix this, is by entering the command:

Sudo apt install curl


P.S. To install the certificate you need root permission, For Firefox browser you must install the security certificate separately.