Installation of certificate in Bower: הבדלים בין גרסאות בדף
({{קישור אנגלית לתצוגת קריאה}}) |
|||
שורה 1: | שורה 1: | ||
− | <div lang="en" dir="ltr" | + | {{עמוד בעברית|התקנת תעודה ב-bower}} |
− | + | ||
− | + | <div lang="en" dir="ltr"> | |
− | |||
{{קישור אנגלית לתצוגת קריאה}} | {{קישור אנגלית לתצוגת קריאה}} | ||
− | + | {{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
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 }