Update acme documentation to use letsencrypt (#485)

This commit is contained in:
DeDiamondPro 2022-10-14 17:26:35 +02:00 committed by GitHub
parent 2a64913f1d
commit 63c6b83f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ export CF_Email="Your_CloudFlare_Account@example.com"
Then create the certificate.
```bash
acme.sh --issue --dns dns_cf -d "example.com" \
acme.sh --issue --dns dns_cf -d "example.com" --server letsencrypt \
--key-file /etc/letsencrypt/live/example.com/privkey.pem \
--fullchain-file /etc/letsencrypt/live/example.com/fullchain.pem
```