Hello, I just cloned letsencrypt and ran it on my Debian 6 server running apache. All it seems to do is check dependencies and quits:
root@:~/letsencrypt# ./letsencrypt-auto --apache Bootstrapping dependencies for Debian-based OSes... Hit http://security.debian.org squeeze/updates Release.gpg Ign http://security.debian.org/ squeeze/updates/main Translation-en Ign http://security.debian.org/ squeeze/updates/main Translation-en_US Hit http://security.debian.org squeeze/updates Release Hit http://ftp.vserver-on.de squeeze Release.gpg Ign http://ftp.vserver-on.de/debian/ squeeze/contrib Translation-en Ign http://ftp.vserver-on.de/debian/ squeeze/contrib Translation-en_US Ign http://ftp.vserver-on.de/debian/ squeeze/main Translation-en Ign http://ftp.vserver-on.de/debian/ squeeze/main Translation-en_US Ign http://ftp.vserver-on.de/debian/ squeeze/non-free Translation-en Ign http://ftp.vserver-on.de/debian/ squeeze/non-free Translation-en_US Hit http://ftp.vserver-on.de squeeze Release Hit http://security.debian.org squeeze/updates/main Sources Hit http://security.debian.org squeeze/updates/main i386 Packages Hit http://ftp.vserver-on.de squeeze/main Sources Hit http://ftp.vserver-on.de squeeze/contrib Sources Hit http://ftp.vserver-on.de squeeze/non-free Sources Hit http://ftp.vserver-on.de squeeze/main i386 Packages Hit http://ftp.vserver-on.de squeeze/contrib i386 Packages Hit http://ftp.vserver-on.de squeeze/non-free i386 Packages Reading package lists... Done No LSB modules are available. No libaugeas0 version is available that's new enough to run the Let's Encrypt apache plugin... Reading package lists... Done Building dependency tree Reading state information... Done libaugeas0 is already the newest version. ca-certificates is already the newest version. dialog is already the newest version. gcc is already the newest version. libffi-dev is already the newest version. libssl-dev is already the newest version. python-dev is already the newest version. python is already the newest version. python-virtualenv is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. WARNING: Python 2.6 support is very experimental at present... if you would like to work on improving it, please ensure you have backups and then run this script again with the --debug flag!
I saw the line No libaugeas0 version is available that's new enough to run the Let's Encrypt apache plugin...
and I got:
root@:~/letsencrypt# apt-get install libaugeas0 Reading package lists... Done Building dependency tree Reading state information... Done libaugeas0 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
So I really don’t know what’s going on here. I even tried using the certonly method, same deal. Can anyone help?