Symptoms
-
Unable to issue the Let's Encrypt certificate:
CONFIG_TEXT: Detail: Order's status ("pending") is not acceptable for finalization
Cause
This is a Plesk bug with the ID #EXTLETSENC-1169, which will be fixed in future updates.
Resolution
Until the bug is fixed, the following steps can be applied as a workaround:
-
Log into the server via SSH
-
Search for the file under
/usr/local/psa/var/modules/letsencrypt/orders
using the domain name:# grep -r "example.com" /usr/local/psa/var/modules/letsencrypt/orders
/usr/local/psa/var/modules/letsencrypt/orders/73e9346c3fc065d13305183342f962c17b0bed5c.json -
Remove the json files found in output of the command on step 2:
# rm -f /usr/local/psa/var/modules/letsencrypt/orders/73e9346c3fc065d13305183342f962c17b0bed5c.json
-
Reissue the Let's Encrypt SSL certificate at Domains > example.com > SSL/TLS Certificates
Comments
0 comments
Please sign in to leave a comment.