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.
My domain is:shawcottage.farm
I ran this command: Acquire certificate and install into cPanel
It produced this output:
Trouble...
urn:ietf:params:acme:error:malformed
Requested certificate was not found
My web server is (include version):Apache 2.4.67
The operating system my web server runs on is (include version):Linux
My hosting provider, if applicable, is:Namecheap
I can login to a root shell on my machine (yes or no, or I don't know):No
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):cPanel
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):Certsage 3.2.1
I've heard of this before. I think it's a timing issue with the Let's Encrypt server. Please try acquiring a test cert. If that succeeds, try again acquiring and installing a production certificate.
After inserting a two-second delay before downloading the certificate, seven tests in a row were successful, so I'm going to call this a win. Releasing version 3.3.1 now with this change. Please let me know if the problem persists for you with this new version (or if you run into any other troubles, of course).
I tried a Test with 3.3.1 and it worked, but generating the actual certificate errored with 'generate certificate key failed'. Now when I run Test that also fails with the same error. I tried manually deleting the old Certsage entries from cPanel but that didn't help.
Yes, the data directory was updated correctly and Certsage is writing to it. I deleted all the entries except for password.txt and the image shows two files created after running Acquire Certificate and Install...
Try loading CertSage fresh in a new tab/window then running a test. I'm not seeing a staging account key in your screenshot, but I am seeing a production account key.
There's never really a reason to delete your account keys. The key generation that failed was for the certificate itself, which makes no sense if a test passed already. Seems like something changed after that successful test.
Sounds like your server doesn't support EC keys with a secp384r1 curve. Your first test was probably RSA then you switched to EC for your production attempt and later test. You'll need to work with your hosting configuration/provider if you want to use EC keys. Otherwise RSA should work fine. I'm guessing either you've been using RSA previously or your hosting configuration/provider made a change recently. That part of the CertSage code is very simple and hasn't changed in a very long time.
Yes, I think you are correct in me testing with RSA then switching to EC. I'll check with my hosting provider (Namecheap) about EC. However, when I try and acquire the RSA certificate I'm now getting an error: urn:ietf:params:acme:error:malformed
Requested certificate was not found