[GH-ISSUE #13] Error finalizing order :: Order includes different number of names than CSR specifies #7

Open
opened 2026-02-28 01:19:00 +03:00 by kerem · 0 comments
Owner

Originally created by @czlatea on GitHub (Jan 10, 2023).
Original GitHub issue: https://github.com/Tondas/LetsEncrypt/issues/13

I'm getting this error when I'm trying to generate a wildcard certificate.

{
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "Error finalizing order :: Order includes different number of names than CSR specifies",
"status": 403
}

The configuration looks like this, where the real domain name was replaced with 'mydomain'







Originally created by @czlatea on GitHub (Jan 10, 2023). Original GitHub issue: https://github.com/Tondas/LetsEncrypt/issues/13 I'm getting this error when I'm trying to generate a wildcard certificate. { "type": "urn:ietf:params:acme:error:unauthorized", "detail": "Error finalizing order :: Order includes different number of names than CSR specifies", "status": 403 } The configuration looks like this, where the real domain name was replaced with 'mydomain' <configuration> <appSettings> <add key="ContactEmail" value="office@mydomain.com" /> <add key="Domains" value="*.mydomain.com" /> <add key="CertificateFileName" value="mydomain.com" /> <add key="CertificatePassword" value="YourSuperSecretPassword" /> </appSettings> </configuration>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LetsEncrypt#7
No description provided.