Originally created by @puzich on GitHub (Aug 16, 2018).
Currently I use the hook to create dns-01 entries in powerdns. But it would be fine, to start a further script for internal server purposes, after updating the ssl certificates. Could this be possible?
Originally created by @puzich on GitHub (Aug 16, 2018).
Currently I use the hook to create dns-01 entries in powerdns. But it would be fine, to start a further script for internal server purposes, after updating the ssl certificates. Could this be possible?
Currently I use the hook to create dns-01 entries in powerdns. But it would be fine, to start a further script for internal server purposes, after updating the ssl certificates. Could this be possible?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
@bllfr0g commented on GitHub (Aug 16, 2018):
Couldn’t you call your second script from the hook script?
> On Aug 16, 2018, at 06:17, puzich <notifications@github.com> wrote:
>
> Currently I use the hook to create dns-01 entries in powerdns. But it would be fine, to start a further script for internal server purposes, after updating the ssl certificates. Could this be possible?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
@puzich commented on GitHub (Aug 16, 2018):
Good point. It is possible, but I don't want the change a script which I checked out ( https://github.com/silkeh/pdns_api.sh/blob/master/pdns_api.sh ) from github due to updating purposes.
Write a wrapper hook. Pass whatever hook functions you like to the existing hook (which can then remain unaltered), and overload the rest with whatever you want to customize.
@txr13 commented on GitHub (Aug 16, 2018):
Write a wrapper hook. Pass whatever hook functions you like to the existing hook (which can then remain unaltered), and overload the rest with whatever you want to customize.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @puzich on GitHub (Aug 16, 2018).
Currently I use the hook to create dns-01 entries in powerdns. But it would be fine, to start a further script for internal server purposes, after updating the ssl certificates. Could this be possible?
@bllfr0g commented on GitHub (Aug 16, 2018):
Couldn’t you call your second script from the hook script?
@puzich commented on GitHub (Aug 16, 2018):
Good point. It is possible, but I don't want the change a script which I checked out ( https://github.com/silkeh/pdns_api.sh/blob/master/pdns_api.sh ) from github due to updating purposes.
@txr13 commented on GitHub (Aug 16, 2018):
Write a wrapper hook. Pass whatever hook functions you like to the existing hook (which can then remain unaltered), and overload the rest with whatever you want to customize.
@puzich commented on GitHub (Aug 16, 2018):
Yes! Good idea! Thank you!