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
- Add DV Wildcard UCC (841), OV Wildcard UCC (845), EV UCC (847) to product
table, Constants.Products, DefaultProductCodes map, GetProductIds, manifest
- Note DV SSL 1 Month and DV SSL Wildcard 1 Month as portal-visible but not
returned by GetProductDetails API and unsupported by this plugin
- Update integration test table: 841/845/847 blocked on EMS-918; 843/844 not
yet tested; 1-month products marked not supported
Copy file name to clipboardExpand all lines: docsource/configuration.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,10 +153,15 @@ CERTInext uses numeric product codes to identify certificate types. The codes be
153
153
| DV (Domain Validated) |`838`| None. `domainName` is derived from the CSR CN if omitted on the template. |
154
154
| DV Wildcard |`839`| CSR CN must use wildcard format (e.g. `*.example.com`). `domainName` in the order must also use the wildcard format (e.g. `*.example.com`). |
155
155
| DV UCC (Multi-domain) |`840`|`certificateInformation.additionalDomains` — array of additional SAN values beyond the primary `domainName`. |
156
+
| DV Wildcard UCC (Multi-domain Wildcard) |`841`| Combines wildcard and multi-domain requirements. CSR CN and `domainName` must use wildcard format; `certificateInformation.additionalDomains` required. |
156
157
| OV (Organization Validated) |`842`|`organizationDetails.organizationNumber` (your CERTInext org ID); `certificateInformation.locality`, `postalCode`, and full organization address fields (`streetAddress`, `city`, `state`, `country`). |
157
158
| OV Wildcard |`843`| Same as OV (842). CSR CN and `domainName` must use wildcard format. |
158
159
| OV UCC (Multi-domain) |`844`| Same as OV (842) plus `certificateInformation.additionalDomains`. |
160
+
| OV Wildcard UCC (Multi-domain Wildcard) |`845`| Combines OV, wildcard, and multi-domain requirements. Same as OV (842) plus wildcard CN/domainName and `certificateInformation.additionalDomains`. |
159
161
| EV (Extended Validation) |`846`| All OV fields plus: `contractSignerInfo` object (`name`, `email`, `isdCode`, `mobileNumber`, `designation`, `employeeID`); `certificateApproverInfo` object (same fields); `certificateInformation.companyRegistrationNumber`; `streetAddress2` must be non-empty. |
162
+
| EV UCC (Multi-domain EV) |`847`| Same as EV (846) plus `certificateInformation.additionalDomains`. |
163
+
164
+
> Note: The CERTInext portal may display additional short-validity products (e.g. **DV SSL Certificate 1 Month**, **DV SSL Certificate Wildcard 1 Month**) that do not appear in the `GetProductDetails` API response and have no published product code. These products are not accessible via the API and are therefore **not supported by this plugin**. Contact eMudhra to determine whether API ordering is available for these products on your account.
| DV SSL Wildcard UCC |`841`| ✗ Blocked | — | EMS-918: "Additional Information cannot be empty" — required fields for this product not yet identified |
103
104
| OV SSL |`842`| ✓ Tested | 5546366498 | Requires `locality` and `postalCode` in `certificateInformation`|
105
+
| OV SSL Wildcard |`843`| ✗ Not tested | — | Draft order not yet placed |
106
+
| OV SSL UCC |`844`| ✗ Not tested | — | Draft order not yet placed |
107
+
| OV SSL Wildcard UCC |`845`| ✗ Blocked | — | EMS-918: "Additional Information cannot be empty" — required fields for this product not yet identified |
| EV SSL UCC |`847`| ✗ Blocked | — | EMS-918: "Additional Information cannot be empty" — required fields for this product not yet identified |
110
+
| DV SSL 1 Month | N/A | ✗ Not supported | — | Visible in portal but not returned by `GetProductDetails` API; no product code available. Not supported by plugin. |
111
+
| DV SSL Wildcard 1 Month | N/A | ✗ Not supported | — | Visible in portal but not returned by `GetProductDetails` API; no product code available. Not supported by plugin. |
105
112
| emSign Intranet SSL |`100`| ✗ Not tested | — | EMS-1162: not provisioned on this account type |
106
113
| IGTF Host |`104`| ✗ Not tested | — | EMS-1162: not provisioned on this account type |
107
114
| S/MIME |`894`| ✗ Not tested | — | EMS-1162: not provisioned on this account type |
0 commit comments