mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
a hook that is executed once per run #108
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 @MichaelKunze on GitHub (May 23, 2016).
Hello there!
I have the following setup:
What i want to archive is to restart nginx only once when any of the 10 vhost certificates have been renewed. I'm already using the hooks that are present in the example directory but that function would be called for each certificate (so 10 times in worse case) which would mean 10 nginx restarts within a single letsencrypt.sh run.
Is there any existing feature i can use to reach my goal?
Thanks in advance,
Michael
@Rayne commented on GitHub (May 23, 2016):
Side note: You could also reload the configuration instead of restarting the webserver.
@lukas2511 commented on GitHub (May 24, 2016):
This is planned, see discussion for #148