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

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן "<div lang="en" dir="ltr" class="mw-content-ltr"> <div lang="he" dir="rtl"> לעברית לחצו כאן </div> <div lang="en...")
 
({{קישור אנגלית לתצוגת קריאה}})
שורה 3: שורה 3:
 
לעברית [[התקנת תעודה ב bower|לחצו כאן]]
 
לעברית [[התקנת תעודה ב bower|לחצו כאן]]
 
</div>
 
</div>
 +
 +
{{קישור אנגלית לתצוגת קריאה}}
  
 
<div lang="en" dir="ltr">  
 
<div lang="en" dir="ltr">  

גרסה מ־11:39, 12 בדצמבר 2018

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

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