Installation of certificate in Bower
לעברית לחצו כאן
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 }