So i was trying to ./letsencrypt-auto but it gives
Checking for new version... Requesting root privileges to run letsencrypt... /root/.local/share/letsencrypt/bin/letsencrypt No installers seem to be present and working on your system; fix that or try run ning letsencrypt with the "certonly" command
I am definitely running apache2 on the pi
and if i run ./letsencrypt-auto --apache
it gives The apache plugin is not working; there may be problems with your existing configuration. The error was: NotSupportedError('Apache plugin support requires libaugeas0 and augeas-lenses version 1.2.0 or higher, please make sure you have you have those installed.',)
I am very new to these kinds of things so please bear with me if I am doing something stupid.
give us at least the distribution/os and version
so we can have a hope of guessing the issue
though im guessing some form of debian on rasbery pi from subject
also the version of apache would be good (to see if it even has the letsencrypt modules available)
i use 2.2 on several of my older mirrors and simply have a global alias of /.well-known/acme-challenge/ to a local directory were the webroot plugin deposits the challenges
i test by putting a single file test.txt there and manually browsing to it via each sitename first
then run the client specify 1 webroot and all the hosted domain names and done
What is not clear about the error message “Apache plugin support requires libaugeas0 and augeas-lenses version 1.2.0 or higher, please make sure you have you have those installed”?