Please make sure your properly set your DNS API credentials for acme.sh
See original GitHub issueI’m using Cloudflare free plan and when I try to issue a certificate I got this error
wo site update x.com -le=clean
SSL is not configured for given site
wo site update x.com -le --dns
Certificate type : domain
Validation mode : DNS mode with dns_cf
Issuing SSL cert with acme.sh [KO]
Please make sure your properly set your DNS API credentials for acme.sh
If you are using sudo, use "sudo -E wo"
I’m using this API and I’ve tried all the SSL/TLS settings at Cloudflare


nano /etc/letsencrypt/config/account.conf
#LOG_FILE="/etc/letsencrypt/config/acme.sh.log"
#LOG_LEVEL=1
AUTO_UPGRADE='1'
#NO_TIMESTAMP=1
CERT_HOME='/etc/letsencrypt/renewal'
UPGRADE_HASH='053f4a9a2e7f74aaec4493f5e9828f229088ab7c'
USER_PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin'
SAVED_CF_Key='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
SAVED_CF_Email='x@gmail.com'
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (4 by maintainers)
Top Results From Across the Web
Please make sure your properly set your DNS API credentials ...
Have you set the Letsencrypt as default CA before issuing the SSL Certificate ro registered for a ZeroSSL account? Try running this command...
Read more >How to issue Let's Encrypt Wildcard certificate with acme.sh
Explains how to create Let's Encrypt wildcard certificate using acme.sh and Cloudflare DNS API for ownership verification.
Read more >SSL with Wordops - Help - Let's Encrypt Community Support
Issuing SSL cert with acme.sh [KO] Please make sure your properly set your DNS API credentials for acme.sh. If you are using sudo, ......
Read more >Letsencrypt namecheap
You have configured the Let's Encrypt automatic certificate renew. sh ... Using acme. io and SAN test2. sh [KO] Please make sure your...
Read more >目录 - Gitee
Step 3: Configure acme.sh and get your certificate. Step 4: Configure Firewall. How-to-use-Amazon-Route53-API appendix. How-to-use-Azure-DNS. Prerequisites.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This fixed my issue:
acme.sh --set-default-ca --server letsencryptI checked the wordops logs here: /var/log/wo/wordops.log and it showed:
So I did that with the email that matchedd CF_Email, then I was able to generate SSL certs.