Updated deployhooks (markdown)

Ross Shen 2022-03-10 22:42:41 +08:00
parent 14c6bfcae3
commit f3ba8d3559

@ -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.