נטפרי וFreeBSD
-
כתבתי כמה שורות איך להתקין את תעודת ההבטחה בFREEBSD.
נכתב כפורמט MD ובאנגלית.
יש מי שיכול לעזור לערוך את הויקי, ואולי גם לתרגם?ייש"כ
-
@kodcode בינתיים אני לא רואה את זה בויקי.
תעלה לשם או לכאן, ויבוא מי שיבוא וישפץ/יתקן את זה -
How to install the "NetFree" certificate in FreeBSD
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.
-
http://wiki.netfree.link/wiki/התקנת_תעודה_במערכת_ההפעלה_FreeBSD
מוזמנים לערוך ולשפר.
-
תודה רבה @kodcode !
לדעתי מי שבוחר להשתמש ב-freebsd כבר אמור לדעת להסתדר בעצמו
אבל בכל זאת זה תיעוד שימושימה הכוונה: "fetch is base"?
שהפקודה מגיעה כחלק מההפצה הבסיסית ולא צריך להתקין אותה? -
@yzahn אמר בנטפרי וFreeBSD:
מה הכוונה: "fetch is base"?
שהפקודה מגיעה כחלק מההפצה הבסיסית ולא צריך להתקין אותה?ייש"כ.
אכן זאת הכוונה.
וזאת עיקר הסיבה שגרמה לי לכתוב את התיעוד הזה.כי CURL וWGET לא באים בBASE, ויותר מזה גם התוכנה כדי להתקין תוכנות אחרות (PKG) לא בBASE, וכדי להתקין כל אלו אתה זקוק כבר לחיבור ובלי התעודה של נטפרי א"א להתחבר.
לכן, צריכים להוריד את התעודה עם FETCH שלא מוכר כ"כ.