interbrite / letsencrypt-vesta

Automate Let's Encrypt Certificate Installation for VestaCP
Other
217 stars 64 forks source link

/usr/local/certbot/ doesn't exist anymore #26

Closed infinitnet closed 8 years ago

infinitnet commented 8 years ago

In line 31 of /usr/local/bin/letsencrypt-vesta the path of the certbot has to be updated from /usr/local/certbot/certbot-auto to /usr/local/letsencrypt/certbot-auto, else the letsencrypt-vesta fails because /usr/local/certbot/ doesn't exist.

cfgalvani commented 8 years ago

cd /usr/local git clone https://github.com/certbot/certbot.git To fix it..

jpitoniak commented 8 years ago

Note that I changed the the installation instructions on the last update to use Certbot instead of the Let's Encrypt ACME client, as the latter has been discontinued. As @cfgalvani pointed out, you need clone https://github.com/certbot/certbot.git when you upgrade.

infinitnet commented 8 years ago

Alright I see, thank you for your work.

shahroz99 commented 8 years ago

Hello

I am trying to install this on nginx with same as your given instructions on my subdomain test.website.com but i got an error

Domain: test.website.com Type: unknownHost Detail: No valid IP addresses found for test.website.com

So please tell me what's the solution for this.

Thanks

mwirobruiz commented 8 years ago

To fix these errors, please make sure that your domain name was entered correctly and the DNS A record(s) for that domain contain(s) the right IP address. Let's Encrypt returned an error status. Aborting.

Any ideas? I did clone the certbot git as instructed.

fmoreno-intercom2 commented 4 years ago

Excellent fix the problem