Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
I ran this command: billing.matttechbackups.com/certsage.php, Filled the information into the needed fields so everything looks good! Clicked on the Aquire staging certificate.
Based upon the tests I've run so far, I see no evident reason why the challenge file would be unreachable.
If you put a file named test inside the /.well-known/acme-challenge/ directory under your webroot directory for billing.matttechbackups.com, are you able to successfully access the contents of that test file by visiting http://billing.matttechbackups.com/.well-known/acme-challenge/test in a browser? Please be sure that you're checking if you can access the file using HTTP in the URL and not HTTPS as Let's Encrypt will first attempt validation over HTTP on port 80 then follow the redirect to use HTTPS on port 443. If there is a problem with a rogue rewrite/redirect, this test path will help surface it.
Did you try manually creating the test file as I suggested? If we can get that file to be accessible from the internet then the challenge should succeed.
I'm starting to wonder if you might be right about CertSage being unable to create the challenge file. I find this difficult to believe though as I built specific error checking into CertSage for that very situation. Perhaps I should add a secondary existence check after each directory and file creation. Adding that to my next release . Clearly LiteSpeed is able to serve files from that directory. What are the permissions on these directories:
(webroot directory of billing.matttechbackups.com)
(webroot directory of billing.matttechbackups.com)/.well-known
(webroot directory of billing.matttechbackups.com)/.well-known/acme-challenge