You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I switched from LetsEncrypt to ZeroSSL. Suddenly acme.sh could not renew my hostname cert, because of two matching domains in /root/acme.sh/web1.example.de/web1.example.de.conf:
When you try to manually issue "/root/acme.sh/acme.sh --renew --domain web1.example.de --force", you get Create new order error. Le_OrderFinalize not found. {"type":"urn:ietf:params:acme:error:rejectedIdentifier","status":400,"detail":"One or more identifiers are duplicated"}
Summary
I switched from LetsEncrypt to ZeroSSL. Suddenly acme.sh could not renew my hostname cert, because of two matching domains in /root/acme.sh/web1.example.de/web1.example.de.conf:
--
When you try to manually issue "/root/acme.sh/acme.sh --renew --domain web1.example.de --force", you get
Create new order error. Le_OrderFinalize not found. {"type":"urn:ietf:params:acme:error:rejectedIdentifier","status":400,"detail":"One or more identifiers are duplicated"}
Solution
Change
to
in /root/acme.sh/web1.example.de/web1.example.de.conf
Also add the corresponding DNS entry fpr www.web1.example.de
The text was updated successfully, but these errors were encountered: