From f42297f10571e40cf8c5c10675fee71b5dfe1bed Mon Sep 17 00:00:00 2001 From: adjager1 <45431578+adjager1@users.noreply.github.com> Date: Tue, 27 Oct 2020 09:44:06 +0100 Subject: [PATCH] mention missing curl http2 dependencies --- Synology-NAS-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index db1daa8..bb11c84 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -69,7 +69,7 @@ To fix this, simply follow the steps described at the [Synology DSM deployhook]( export SYNO_DID='YOUR VALUE' ``` -When we want to use https to deploy the new certificate and connect to "localhost", we need to add the --insecure option to the deploy command to prevent curl errors. 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 we want to use https to deploy the new certificate and connect to "localhost", we need to add the --insecure option to the deploy command to prevent curl errors. 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 probably due to missing http2 dependencies on the NAS but the script succeeds. ```sh $ cd /usr/local/share/acme.sh