Page 1 of 1

Email alert of cron of letencrypt

Posted: Mon Jul 31, 2017 2:17 am
by chkuo2
Ubuntu 16.04.2 LTS
Nginx + php 7.0
Email Title:
Cron <admin@host> sudo /usr/local/vesta/bin/v-update-letsencrypt-ssl

Email content:
Error: SSL=yes is already exists
sed: can't read /usr/local/vesta/data/queue/letsencrypt.pipe: No such file or directory
sed: can't read /usr/local/vesta/data/queue/letsencrypt.pipe: No such file or directory

Anyone had same problem and how to fix it?

Re: Email alert of cron of letencrypt

Posted: Sat Aug 05, 2017 1:26 pm
by patstan
I've had the same problem last couple of days.

Re: Email alert of cron of letencrypt

Posted: Mon Aug 07, 2017 8:20 pm
by virooz
Try this:

Code: Select all

touch /usr/local/vesta/data/queue/letsencrypt.pipe
chmod 750 /usr/local/vesta/data/queue/letsencrypt.pipe