How to fix auto renewal so it uses certbot-auto?

The cron job isn't used on Ubuntu.

You can use "sudo systemctl edit certbot.service" or something like that to edit the systemd timer.

(Note that, unlike cron jobs, ExecStart in timers always takes an absolute path.)

1 Like