I had a problem with an Acme certificate about 3 years ago. There's a post here HERE about the corruption that I found in my config.xml file.
I've just had a look at my current config.xml to see if it lines up that the 3-year old version. There's a slight change to the certificate block. They now look like :
Otherwise, I'm pretty sure the rest of that post is still accurate.
It's clearly important that the certificate that the web server is using is the new one that the Acme client has received. I never found why my config.xml didn't get updated properly.
HTH (apologies if this isn't your problem)
PeterF
I've just had a look at my current config.xml to see if it lines up that the 3-year old version. There's a slight change to the certificate block. They now look like :
Code Select
<?xml version="1.0"?>
<opnsense>
<version>11.2</version>
.
<cert uuid="3d19c8be-0d2c-4267-bfd2-f322c88a6dcf">
<refid>a1b2c3d4e5f6</refid>
<descr>Text Description</descr>
<caref>a1b2c3d4e5f60</caref>
<crt>[Very long continuous string of the public key of this certificate]</crt>
<csr/>
<prv>[Very long continuous string of the private key of this certificate]</prv>
</cert>Otherwise, I'm pretty sure the rest of that post is still accurate.
It's clearly important that the certificate that the web server is using is the new one that the Acme client has received. I never found why my config.xml didn't get updated properly.
HTH (apologies if this isn't your problem)
PeterF
"