zenhack / simp_le

Simple Let's Encrypt client
GNU General Public License v3.0
223 stars 38 forks source link

Infinite loop option #134

Closed cornim closed 4 years ago

cornim commented 4 years ago

Added an option to run in an infinite loop and retry cert renewals every days.

This is especially useful as part of a docker setup using docker compose. (Which is what I'm using ;) )

zenhack commented 4 years ago

This is what cron is for. I don't think it makes sense to bake this functionality into simp_le iteslf.

cornim commented 4 years ago

Your choice. But as I pointed out, this makes it impossible to run simp_le in a docker compose setup.