Thank you for doing all the hard work to create and maintain certbot. It's a great tool and resource for the community to connect with LetsEncrypt.
In the documentation (Certbot - Debianbuster Nginx), there is reference to behavior in certbot that will "automatically" create either a crontab entry or system timer when a certificate is issued. I have tried and tried but see no such entry being created.
I am more than comfortable creating the entry on my own, but I want to make sure I understand why the client is not doing what the documentation says it will. I am worried that I am doing something wrong that will screw things up in the future.
I have included below the command that I used to get the certificate.
The key for me was piping the output from systemctl --list-timers to more so that I could see the name of the UNIT despite the fact that I was running on an 80 column term.