How to fix “your domain is properly configured but acme.sh was unable to issue certificate” in Wordops

Posted on

Did you find an error installing letsencrypt SSL on your domain? error after writing command wo site update yourdomain.com –letsencrypt? the error says “your domain is properly configured but acme.sh was unable to issue certificate” and “You can find more information in /var/log/wo/wordops.log. you tried to repeat it but to no avail. how to solve it is very easy, you just need to add commands in the letsencrypt account configuration

wordops error acme

For everyone struggling to switch back to letsencrypt, go to /etc/letsencrypt/config/account.conf and edit it. Add the following line at the end of the file:

DEFAULT_CA=https://acme-v02.api.letsencrypt.org/directory

Save & Close. You should be able to issue a certificate with letsencrypt again.

simple and easy, good luck, and hopefully this way can help you. Good luck…