Hi,
My domain is: rather not give this out.
I ran this command: rm * RadioHeadNRF24
hoping it would delete all the files inside the RadioHead folder… it did not… I realised it deleted a certbot file that was in my /home/pi/ directory but I don’t know what it was and I don’t have a backup of it.
I then tried to reinstall certbot again by running (sudo apt-get install python-certbot-apache -t jessie-backports
and then certbot --apache
)
It produced this output upon running certbot --apache
: (I get the same output if I try to run certbot renew or certbot renew --dry-run)
Traceback (most recent call last): File "/usr/bin/certbot", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3019, in <module> @_call_aside File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3003, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3032, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 655, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 963, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 849, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'ndg-httpsclient' distribution was not found and is required by requests
My web server is (include version): Apache/2.4.10 (Raspbian)
The operating system my web server runs on is (include version): Raspbian GNU/Linux 8.0 (Jessie)
My hosting provider, if applicable, is: no-ip (my raspberry pi 3)
I can login to a root shell on my machine: yes
I’m using a control panel to manage my site: no
Please help - I only realised I had a problem when I got an email saying my certificates will run out in 19 days.
Does anyone else run Let’s encrypt on their raspberry pi and have the same certbot file in their /home/pi/ directory that I could copy? (wishful thinking?)
Thank you in advance