Scripting ACME status to get notified in case of problems. Utilizing Xidel to parse Abyss ACME status page
xidel.exe -s --data="
http://%user%:%passwd%@127.0.0.1:9999/certificates/acmebot/edit" -e "//*[@id='_certificates_acmebot_edit_liveview_Pane']/span/div/div"
now I got few lines like
Order for shop.domain.com, domain.com,
www.domain.com (due by 25/Feb/2022:13:28:18 +0100)ACME order processing queued.
Is there any list of possible item status? Or plans for json/xml output for better parsing?