On my Ubuntu server using AApanel, there is a CronJob that executes this command:
/www/server/panel/pyenv/bin/python -u /www/server/panel/class/acme_v2.py --renew=1
It returns success, but it doesn't update the certificates for the websites I have on this server.
I have to update each of the sites individually.
How can I make it update automatically before the certificate expires?