From 3422765c68a5c63845594a88ad20d8f87c1b1011 Mon Sep 17 00:00:00 2001 From: Chris Nesbitt-Smith Date: Mon, 25 Sep 2023 21:29:49 +0100 Subject: [PATCH] Updated Synology NAS Guide (markdown) --- 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 6fe0dce..9fef8fe 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -51,7 +51,7 @@ $ ./acme.sh --issue --server letsencrypt --home . -d "$CERT_DOMAIN" --dns "$CERT ``` ## Deploy the default certificate -We will use the [Synology DSM deployhook](https://github.com/acmesh-official/acme.sh/wiki/deployhooks#20-deploy-the-cert-into-synology-dsm) to deploy our certificate. This will override the default certificate, in the next section you can see how to create new certificates to be used for other services. +We will use the [Synology DSM deployhook](https://github.com/acmesh-official/acme.sh/wiki/deployhooks#20-deploy-the-certificate-to-synology-dsm) to deploy our certificate. This will override the default certificate, in the next section you can see how to create new certificates to be used for other services. ```sh $ cd /usr/local/share/acme.sh