Let's Encrypt recently switched their default to ECDSA instead of RSA; Synology only accepts RSA, so adding --keylength 2048 to obtain RCA certificate
parent
60c2dfd480
commit
0d7980099f
|
@ -49,7 +49,7 @@ Now it's time to create the certificate for your domain:
|
|||
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"
|
||||
./acme.sh --issue --server letsencrypt --home . -d "$CERT_DOMAIN" --dns "$CERT_DNS" --keylength 2048
|
||||
```
|
||||
|
||||
## Deploy the default certificate
|
||||
|
|
Loading…
Reference in New Issue