From d94cd901c83cdd1192ccbdb21805a6c86c7e522c Mon Sep 17 00:00:00 2001 From: cospeedster <52749645+cospeedster@users.noreply.github.com> Date: Mon, 5 May 2025 22:30:03 +0200 Subject: [PATCH] Use ecc instead of 2048 bit rsa in synology nas guide --- 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 3b77862..67629e7 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -51,7 +51,7 @@ Note: Since `v3`, `acme.sh` uses Zerossl as the default Certificate Authority (C cd /usr/local/share/acme.sh export CERT_DOMAIN="your-domain.tld" export CERT_DNS="dns_cf" -./acme.sh --issue --server letsencrypt --home . -d "$CERT_DOMAIN" --dns "$CERT_DNS" --keylength 2048 +./acme.sh --issue --server letsencrypt --home . -d "$CERT_DOMAIN" --dns "$CERT_DNS" --ecc ``` ## Deploy the default certificate