Installation of certificate in Bower

מתוך ויקי נטפרי
גרסה מ־05:39, 1 בנובמבר 2018 מאת שלו' (שיחה | תרומות) (יצירת דף עם התוכן "<div lang="en" dir="ltr" class="mw-content-ltr"> <div lang="he" dir="rtl"> לעברית לחצו כאן </div> <div lang="en...")
(הבדל) → הגרסה הקודמת | הגרסה האחרונה (הבדל) | הגרסה הבאה ← (הבדל)
קפיצה לניווט קפיצה לחיפוש

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

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