I am trying to secure my OPKG repository (not the package list or each package, the repository itself). So far I got nothing on this searching a lot for a solution. Someone was saying that it got this type of security by changing the OPKG, but I am wondering isn't there a solution that doesn't have to touch the OPKG sources? Any suggestions of what I could try?
Asked
Active
Viewed 194 times
2
-
OPKG can support basic http auth if you compile it with curl instead of the default wget - is this what you're aiming at? – danf Mar 28 '16 at 09:05
1 Answers
0
See my answer on how to make OPKG use basic auth over Http (no source modification required). If you need a secure repository as well take a look at Artifactory.