mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 12:52:13 +08:00
Let's Encrypt recently switched their default to ECDSA instead of RSA; Synology only accepts RSA, so adding --keylength 2048 to obtain RCA certificate
@@ -49,7 +49,7 @@ Now it's time to create the certificate for your domain:
|
|||||||
cd /usr/local/share/acme.sh
|
cd /usr/local/share/acme.sh
|
||||||
export CERT_DOMAIN="your-domain.tld"
|
export CERT_DOMAIN="your-domain.tld"
|
||||||
export CERT_DNS="dns_cf"
|
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
|
## Deploy the default certificate
|
||||||
|
|||||||
Reference in New Issue
Block a user