westwork-org / westwork-gen

Tool used to create Raspbian images for Westwork. Based on pi-gen.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Installing certbot from jessie-backports gives authentication error #4

Open rschulman opened 7 years ago

rschulman commented 7 years ago

The gen script currently fails when installing certbot (and associated python dependencies) from backports.

Error:

WARNING: The following packages cannot be authenticated!
  python-cffi-backend python-pkg-resources python-configargparse python-six python-idna
  python-ipaddress python-pyasn1 python-setuptools python-cryptography python-dialog
  python-dnspython python-funcsigs python-openssl python-ndg-httpsclient python-pbr
  python-psutil python-urllib3 python-requests python-rfc3339 python-mock python-acme
  python-certbot certbot

As far as I can tell, backports does not have a different signing key from the jessie stable packages.

rschulman commented 7 years ago

Things tried so far:

dhowe commented 7 years ago

Same problem

rschulman commented 7 years ago

@dhowe: Check the certbox_fix branch in this repo that appears to fix the problem, although I have no idea what I did differently from when I opened the issue to make it work, sadly. Waiting to close this until I merge in that branch.