mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 21:53:21 +08:00
Updated deployhooks (markdown)
@@ -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.
|
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
|
```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.
|
Certificate should now show up in "Control Panel" -> "Security" -> "Certificates" and can be assigned to Services or set as the default certificate.
|
||||||
|
|||||||
Reference in New Issue
Block a user