diff --git a/deployhooks.md b/deployhooks.md index 2fe4b08..5c7cc91 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -599,7 +599,7 @@ acme.sh --deploy -d example.com --deploy-hook synology_dsm When using https to connect to "localhost" we need to add the --insecure option to the deploy command. refer to [https://github.com/acmesh-official/acme.sh/wiki/Options-and-Params]. If you enabled HTTP/2 you still receive a curl 16 error but the script succeeds. ```sh -acme.sh --insecure --deploy -d example.com --deploy-hook synology_dsm +acme.sh --deploy --insecure -d example.com --deploy-hook synology_dsm ``` Certificate should now show up in "Control Panel" -> "Security" -> "Certificates" and can be assigned to Services or set as the default certificate.