touch a file when a cert has been updated from cron job #4834
Closed
f1-outsourcing
started this conversation in
General
Replies: 1 comment 2 replies
-
use Or, use hooks: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if I run a cron like this
runuser -u acme -- /home/acme/acme.sh --cron --home "/home/acme" >/dev/null
how I can touch a file somewhere (another cronjob checks if this file is touched and reloads the configs.
Does the exit status reveal if a cert was updated?
Beta Was this translation helpful? Give feedback.
All reactions