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

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן "{{En|התקנת תעודה בתוכנת ת'אנדרבירד - Thunderbird}} {{Navigation|Security certificate}} == Downloading the certificate == To download...")
 
שורה 1: שורה 1:
{{En|התקנת תעודה בתוכנת ת'אנדרבירד - Thunderbird}}  
+
{{En|התקנת תעודה במערכת ההפעלה FreeBSD}}  
 
{{Navigation|Security certificate}}
 
{{Navigation|Security certificate}}
  

גרסה מ־07:42, 30 באוגוסט 2022

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

To switch from edit view to read view

To search in the Wiki

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


Downloading the certificate

To download the certificate, run as root (fetch is base):

fetch -o /usr/local/share/certs/netfree-ca.crt http://api.internal.netfree.link/ca/netfree-ca.crt

Installing the certificate

certctl rehash

You can verify that the certificate was added:

certctl list | grep NetFree

If succesfully installed, you can already browse the web with

a browser like links.

Adding the certificate the the root certificate bundle

For different applications (like curl, wget, ...) append the NetFree certificate to the certificate bundle:

cat /usr/local/share/certs/netfree-ca.crt >> /usr/local/share/certs/ca-root-nss.crt

Installing in FireFox

Follow the tutorial here.

Installing in Thunderbird

Follow the tutorial here.