Page 1 of 1

New Letsencrypt CLI_2

Posted: Tue Dec 26, 2017 7:22 pm
by canoodle
maybe you should not close topics too fast too soon...

i tried to look for documentation on let's encrypt with vestacp... the only valid (up to date?) source is github: https://github.com/interbrite/letsencrypt-vesta

/usr/local/vesta/bin/v-add-letsencrypt-domain admin newdomain.com
Error: Fetching http://newdomain.com/.well-known/acme-c ... uISneTeRx8: Timeout
sed: can't read /usr/local/vesta/data/queue/letsencrypt.pipe: No such file or directory

this is a production server... glad i made a snapshot before trying anything out.

Re: New Letsencrypt CLI_2

Posted: Wed Dec 27, 2017 9:16 am
by ScIT
canoodle wrote:maybe you should not close topics too fast too soon...
don't understand what you mean.
canoodle wrote:i tried to look for documentation on let's encrypt with vestacp... the only valid (up to date?) source is github: https://github.com/interbrite/letsencrypt-vesta
don't use this, last update a year ago and functions already integrated.
canoodle wrote:/usr/local/vesta/bin/v-add-letsencrypt-domain admin newdomain.com
better way, you can also use vesta backend to do this: vesta -> web -> domain -> ssl -> tick let's encrypt support -> save & wait some seconds.
canoodle wrote:Error: Fetching http://newdomain.com/.well-known/acme-c ... uISneTeRx8: Timeout
do you have ipv6 enabled? if yes, remove the records from your dns. Do you have (very) old template files? The base problem is that let's encrypt cant grab the auth file, runs in a timeout.
canoodle wrote:sed: can't read /usr/local/vesta/data/queue/letsencrypt.pipe: No such file or directory
known bug, but not related. easy fix: touch /usr/local/vesta/data/queue/letsencrypt.pipe
canoodle wrote:this is a production server... glad i made a snapshot before trying anything out.
if it's such a important site, i would recommend you to check the settings on a sub/test domain first.

Re: New Letsencrypt CLI_2

Posted: Sat Mar 31, 2018 10:02 am
by canoodle
thanks for your fantastic support :)

will recommend