Hi is it possible to use certbot
and the plugin nginx
to get and install the certificate but not install the cron job ?
I've looked at User Guide — Certbot 2.10.0 documentation but didn't found an argument to specify this.
Thanks.
Hi is it possible to use certbot
and the plugin nginx
to get and install the certificate but not install the cron job ?
I've looked at User Guide — Certbot 2.10.0 documentation but didn't found an argument to specify this.
Thanks.
It's possible, but your certificate will expire in 90 days without the cronjob or systemd timer to automatically renew it.
What are you trying to do?
Thanks @9peppe
Yes I'm well aware.. so which argument prevent to install the cron job ?
I'm not sure. The cronjob or timer should come with the installer.
"funny"
I just did a certbot --nginx -d mysub.domain.com
and I can't found the cron job on my system what is the cron job file name generated by --nginx pluing ? Thanks.
Try systemctl list-timers
Thanks but I don't use systemd
Ok, how did you install certbot?
Certbot itself (as in, the Python application) does not install any cronjob or systemd timers.
The recommended method of installing Certbot is using snap
and the official Certbot snap does install a systemd timer. (But you're not using systemd, thus also you're not using snap and of course no systemd timer too.)
Some OS repository packages install a cronjob when installing the package (I believe Debians and Ubuntus packages do that, but e.g. Gentoo does not). Thus that might or might not be the case for you.
If you install Certbot using pip
, no cronjob or systmd timer is installed.
Thank you very much @Osiris
I installed Certbot
trough apt if I remember right.
and indeed it didn't install any cronjob , and it's perfect like this
Thanks again to everyone.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.