From 1c6bec61153b0462d1d0f6509b4c4f07a5c7b863 Mon Sep 17 00:00:00 2001 From: Scruel Tao Date: Sun, 21 Apr 2024 16:14:24 +0800 Subject: [PATCH] Updated deployhooks (markdown) --- deployhooks.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/deployhooks.md b/deployhooks.md index bf05b1c..8ac40e5 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -604,8 +604,6 @@ acme.sh --deploy -d example.com --deploy-hook panos --insecure ## 20. Deploy the certificate to Synology DSM -**Notice: This section has been pre-updated, before PR#5023 got merged, you shall read [the old doc](https://github.com/acmesh-official/acme.sh/wiki/deployhooks/52ef7886e7772c403c8330b943bf205394769e3e#20-deploy-the-certificate-to-synology-dsm).** - As pointed out [inside the deploy script file](https://github.com/acmesh-official/acme.sh/blob/ff090d2f74f994da4bca89b942b08bb714b25a46/deploy/synology_dsm.sh#L11-L38) itself, only 3 simple steps are required for deploy: 1. Set the required environment variables which used for authentication while deploying: - (Recommend) Use an automatically created temp admin user by executing `export SYNO_USE_TEMP_ADMIN=1`.