mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-12 06:40:35 +01:00
CRON example #161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @almereyda on GitHub (Nov 17, 2016).
I am creating new certificates with
$ vim /root/renew.shand
$ crontab -eShould we add such a sample to the documentation?
@lukas2511 commented on GitHub (Nov 17, 2016):
You could also reload nginx in a hook script and just use
dehydrated -cin the cron, no need to write a wrapper script.@almereyda commented on GitHub (Nov 24, 2016):
Thank you, yes, this is what I was missing.
@TyrfingMjolnir commented on GitHub (Sep 18, 2017):