ssl-certificatelets-encryptacme

Can't request Let's Encrypt certificate on ispmanager


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.


Solution

  • 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!