Score:1

What process does certbot run as on Linux?

ls flag

I'm guessing certbot must operate as a continual running service on Linux however using ps on a server that uses Let's Encrypt certificate auto-renewal, I'm not seeing any obvious process for certbot. If it's running successfully, is there a central process for certbot, and if so, what is it?

I can find the version with apt-cache policy certbot | grep Installed - in my case 0.25.0-1~bpo9+1

Score:10
za flag

Certbot is a Python program. So it runs as some version of python3 (currently minimum version supported is 3.6).

And, notice it doesn't run for most of the time. It is started periodically by cron or systemd-timers (whichever is used on your system), checks and renews certficates and stops.

us flag
Indeed, it doesn't need to run continually, and that would be slightly wasteful of system resources. Certificates can be renewed before they expire, so it's enough to just check every now and again if there are any that the system knows about which need to be renewed.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.