Lets Encrypt Not Updated For Control Panel

My ssl cert expired for the control panel and hasn’t been updated for about half a month now. (I don’t log in very often)

I referenced this post that suggests running v-add-letsencrypt-host (and I’m pretty sure that’s how I configured let’s encrypt in the first place all those months ago), but when I do I get the following output:

Error: WEB_DOMAINS limit is reached :: upgrade user package
Error: web domain controlpanel doesn't exist

I didn’t find any reference to these errors on the forums and they don’t really make sense in this context to me.

What might be wrong?

Please run

cat /var/spool/cron/crontabs/hestiaweb
root@controlpanel:/home/myusername# cat /var/spool/cron/crontabs/hestiaweb
MAILTO=""
CONTENT_TYPE="text/plain; charset=utf-8"
*/2 * * * * sudo /usr/local/hestia/bin/v-update-sys-queue restart
10 00 * * * sudo /usr/local/hestia/bin/v-update-sys-queue daily
15 02 * * * sudo /usr/local/hestia/bin/v-update-sys-queue disk
10 00 * * * sudo /usr/local/hestia/bin/v-update-sys-queue traffic
30 03 * * * sudo /usr/local/hestia/bin/v-update-sys-queue webstats
*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-queue backup
10 05 * * * sudo /usr/local/hestia/bin/v-backup-users
20 00 * * * sudo /usr/local/hestia/bin/v-update-user-stats
*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-rrd
53 4 * * * sudo /usr/local/hestia/bin/v-update-letsencrypt-ssl
11 2 * * * sudo /usr/local/hestia/bin/v-update-sys-hestia-all
*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-queue dns-cluster

Responsible for renewing certificates

If possible, log in to port 8083 to update the domain names individually

You can use: v-update-host-certificate YourUser YourHostname

1 Like