Skip to content
Discussion options

You must be logged in to vote

Multiple deploy hooks per cert are supported -- pass the flag repeatedly, they are saved together and every renewal redeploys all of them automatically:

acme.sh --deploy -d example.com --deploy-hook synology_dsm --deploy-hook ssh

What is not supported is the same hook twice with different credentials (two synology_dsm targets): the deploy config is saved per cert, so the second save overwrites the first and renewals only redeploy the last one. For NAS no. 2, run acme.sh there as well (issue + deploy locally), or push the cert over ssh as in the blog post above.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by neilpang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants