Renewal with poshacme giving "request included `replaces` field, but no current certificate with serial"

I am using the latest version of poshacme to renew my certificates (using the cloudflare plugin) but am getting "request included replaces field, but no current certificate with serial"

I have tried creating a new certificate but somehow recognises its been done before and tries to renew, even if I use -force

I have even stripped it back to just running "New-PACertificate *.subdomainexample.example.com -AcceptTOS" but still has the error :frowning:

I have spent hours going round and round with this but with no luck and even tried looking throught he code to try and understand the error

Has anyone come across this or can suggest where to go?

I am quite technical and have good basic powershell skill but this is foxing me.

Neil

Hey @backache, this was reported in issue #587 and fixed in the dev branch. But hasn't been pushed to a release yet. If you want, you can temporarily switch to the dev copy. Or you can temporarily disable ARI support using:

Set-PAServer -DisableARI

Then later when you have the fixed version, you can turn it back on with:

Set-PAServer -DisableARI:$false
8 Likes

That's great. Thankyou

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.