Page 1 of 1

Lestencrypt install error

Posted: Monday 06 December 2021 21:12
by samourai47
Hello
I wan't to installe letsencrypt in my new pi zero2w
I apply the official wiki method

Code: Select all

https://www.domoticz.com/wiki/Native_secure_access_with_Lets_Encrypt
But when i enter this command line rpi say that the file is not found

Code: Select all

cd /etc
sudo git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
sudo ./letsencrypt-auto
. The file letsencrypt is not installed

I control the directory and yes, the file and some other one are not installed (i compare with an another rpi in my home)

So my qustion
Is there a nex method to install lestencryt and a valid secure acces?

Thank for your help

Re: Lestencrypt install error

Posted: Saturday 18 December 2021 18:55
by IceBlackz
Hiya,

I actually ran into this problem also today. Turns out the instructions on the wiki are unfortunately outdated, the git source no longer supplies the file 'letsencrypt-auto'.

Perhaps you could try it with the instructions of the official letsencrypte website: https://certbot.eff.org/instructions?ws ... bianbuster

After you installed the certbot you can follow the instructions on the wiki again, but be sure to swap all the 'letsencrypt-auto' instructions for 'certbot'.

I'm curious if you will run into the another problem I'm having also this way though..

Good luck!