mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-24 18:40:09 +08:00
Updated deployhooks (markdown)
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.
|
||||
|
Loading…
Reference in New Issue
Block a user