1

When I try to issue Let's Encrypt certificate on my ispmanager panel I see this strange error:

Certificate request failed
Return code: 403

Details: Order's status ("valid") is not acceptable for finalization

Looks like something wrong with ACME protocol request or something else. Can someone give me a hint?

I want to understand what the problem is and how to fix it.

IgorG
  • 1,181
  • 6
  • 8

1 Answers1

0

You've to run two commands in your terminal:

echo "Option DisableLEDryRun" >> /usr/local/mgr5/etc/ispmgr.conf /usr/local/mgr5/sbin/mgrctl -m ispmgr exit

Then try to create a new one certificate. Hope it helps!

Lycoris
  • 16
  • 2