2

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?

Charles
  • 1,153
  • 1
  • 15
  • 27
123123d
  • 195
  • 2
  • 14
  • 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 Answers1

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.

Community
  • 1
  • 1
danf
  • 2,629
  • 21
  • 28