Page 1 of 1

None of LetsEncrypt commands are working

Posted: Sat Nov 19, 2016 11:28 am
by dovanele
Hi,

I have just tried the commands bellow and it gives me error "command not found"

Code: Select all

v-add-letsencrypt-domain USER DOMAIN [ALIASES] [RESTART]
v-add-letsencrypt-user USER [EMAIL]
v-check-letsencrypt-domain USER DOMAIN
v-list-letsencrypt-user USER [FORMAT]
v-sign-letsencrypt-csr USER DOMAIN CSR_DIR [FORMAT]
v-update-letsencrypt-ssl

My specs

Code: Select all

ubuntu 14.04
vestacp 0.9.8 (amd64)
I have:
vim-common installed as some post suggested.
tried using root and non-root user both same result "command not found"
I have tried to update vestacp from panel but it was updated anyway. no change

Please advice me if I have to install anything else or does it requires any dependencies? Does letsencrypt comes with vestacp updates or I have to install manualy to get it to work?

Re: None of LetsEncrypt commands are working

Posted: Sun Nov 20, 2016 4:54 pm
by Mr.Erbutw
You need to put the path in ubuntu

Code: Select all

/usr/local/vesta/bin/v-add-letsencrypt-domain

or go to the folder

Code: Select all

cd /usr/local/vesta/bin/
and follow the commands.

Re: None of LetsEncrypt commands are working

Posted: Tue Nov 22, 2016 7:40 pm
by dovanele
Hi,

Thank you. I thought I have missed something.