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

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן "<div lang="he" dir="rtl"> לעברית לחצו כאן </div><div lang="en" dir="ltr"> <small>''NetF...")
 
 
(8 גרסאות ביניים של 5 משתמשים אינן מוצגות)
שורה 1: שורה 1:
<div lang="he" dir="rtl">
+
{{עמוד בעברית|התקנת תעודה במערכת ההפעלה Ubuntu}}
לעברית [[התקנת תעודה במערכת ההפעלה Ubuntu|לחצו כאן]]
 
</div><div lang="en" dir="ltr">
 
<small>''[[NetFriends|Home Page]]  > [[Security certificate]] >Installation of certificate in printers''</small>
 
  
To install the certificate in Ubuntu operating system, Open the command line.
+
<div lang="en" dir="ltr">
  
run the following command:
+
{{קישור אנגלית לתצוגת קריאה}}
  
<pre dir="ltr">
+
{{Navigation|Security certificate}}
curl -sL http://netfree.link/dl/ubuntuCertInstallNetFree.sh | sudo -E bash -
 
</pre>
 
  
 +
'''Note: [[WiFree Software]] that blocks the network when not connected to NetFree is not currently supported on Linux computers.''' <small>(on the [https://netfree.link/user#/tools/feature-request?r=24 Voting page] You can vote for Linux software development).</small>
  
P.S. To install the certificate you need root permission, For Firefox browser you must  install the security certificate separately.
+
The following instructions are valid for all Debian based Linux distributions, (including: Ubuntu, Mint, Raspbian, Kali, elementary OS and [https://distrowatch.com/search.php?basedon=Debian more])
 +
 
 +
Open the command line.
 +
 
 +
Run the following command:
 +
 
 +
curl -sL <nowiki>http://netfree.link/dl/ubuntuCertInstallNetFree.sh</nowiki> | sudo -E bash -
 +
<div lang="en" dir="ltr">
 +
Sometimes the command will fail due to the fact that <code>curl</code> isn't installed, and it will give a message:  <code>Command 'curl' not found</code>
 +
 
 +
To fix this, enter the command:  <code>sudo apt install curl</code>
 +
 
 +
Then re-run the previous command.
 +
 
 +
It is recommended that you restart the computer after this.
 +
 
 +
 
 +
In order to install the certificate you need root permission.
 +
 
 +
To use Firefox you must  install the [[Installation of certificate in Firefox browser|security certificate separately]]. You can also install a certificate for [[Installation of certificate in Chrome browser in Linux|Chrome]] individually.
 +
 
 +
 
 +
If you are currently not connected to NetFree, the certificate should be downloaded from the links on [[Security certificate for download as per provider|this page]].
 +
 
 +
Then run the following commands:
 +
 
 +
First, you must create the folder where the files are stored and for that you should run the following command:
 +
 
 +
<pre>sudo mkdir /usr/share/ca-certificates/extra</pre>
 +
 
 +
Now copy the security certificate to the folder we created.
 +
 
 +
For example:
 +
 
 +
For ISP 019, a file named 019.crt is downloaded.
 +
 
 +
We now have to install this certificate, this is done by opening the console in the download folder and running the following command:
 +
 
 +
<pre>sudo cp 019.crt /usr/share/ca-certificates/extra/019.crt
 +
</pre>Of course the name in the command should be renamed to the downloaded file name.
 +
 
 +
See also: [[Installation of certificate in Chrome browser in Linux]], [[Installation of certificate in Firefox browser]].

גרסה אחרונה מ־04:36, 16 בספטמבר 2020

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


To switch from edit view to read view

To search in the Wiki


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


Note: WiFree Software that blocks the network when not connected to NetFree is not currently supported on Linux computers. (on the Voting page You can vote for Linux software development).

The following instructions are valid for all Debian based Linux distributions, (including: Ubuntu, Mint, Raspbian, Kali, elementary OS and more)

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

To fix this, enter the command: sudo apt install curl

Then re-run the previous command.

It is recommended that you restart the computer after this.


In order to install the certificate you need root permission.

To use Firefox you must install the security certificate separately. You can also install a certificate for Chrome individually.


If you are currently not connected to NetFree, the certificate should be downloaded from the links on this page.

Then run the following commands:

First, you must create the folder where the files are stored and for that you should run the following command:

sudo mkdir /usr/share/ca-certificates/extra

Now copy the security certificate to the folder we created.

For example:

For ISP 019, a file named 019.crt is downloaded.

We now have to install this certificate, this is done by opening the console in the download folder and running the following command:

sudo cp 019.crt /usr/share/ca-certificates/extra/019.crt
Of course the name in the command should be renamed to the downloaded file name.

See also: Installation of certificate in Chrome browser in Linux, Installation of certificate in Firefox browser.