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

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן "<div lang="en" dir="ltr" class="mw-content-ltr"> <div lang="he" dir="rtl"> לעברית לחצו כאן </div> <div lang="en...")
 
 
(גרסת ביניים אחת של משתמש אחר אחד אינה מוצגת)
שורה 1: שורה 1:
<div lang="en" dir="ltr" class="mw-content-ltr">
+
{{עמוד בעברית|התקנת תעודה ב-bower}}
<div lang="he" dir="rtl">
 
לעברית [[התקנת תעודה ב bower|לחצו כאן]]
 
</div>
 
  
<div lang="en" dir="ltr">  
+
<div lang="en" dir="ltr">
<small>
+
 
''[[NetFriends|Home page]]'' > ''[[Security certificate]]'' > ''Installation of certificate in Bower''
+
{{קישור אנגלית לתצוגת קריאה}}
</small>
+
 
 +
{{Navigation|Security certificate}}
  
 
Download the Security certificate from here http://netfree.link/netfree-ca.crt and save it on the computer.
 
Download the Security certificate from here http://netfree.link/netfree-ca.crt and save it on the computer.

גרסה אחרונה מ־14:29, 9 בינואר 2019

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


To switch from edit view to read view

To search in the Wiki


Home page > Security certificate > Installation of certificate in Bower ‎‎


Download the Security certificate from here http://netfree.link/netfree-ca.crt and save it on the computer.


Now create a text file named .bowerrc In the folder from which you run bower, And write in the fie the following content:


{
    "ca": "C:/netfree-ca.crt"
}


Please note: Use Linux slash (/), not the Windows one (\), - even on Windows operating systems.

Instead of the file path (C:/netfree-ca.crt) you should write the path where you saved the Security certificate.



Another option is to set the SLL off, eliminating the need for a security certificate (a less recommended option).

To do this, you must enter the following command in the file .bowerrc

{
    "strict-ssl": false
}



Source Source


External links

Home page of Bower