> For the complete documentation index, see [llms.txt](https://docs.certinext.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certinext.io/documentation/certificate-lifecycle-management/ordering-a-certificate/as-a-customer/ordering-ev-public-trust-certificates/phase-1-steps/step-5-certificate-information.md).

# Step 5 - Certificate Information

This step shows a summary of your organization's details (auto-filled, read-only) and collects the domain name(s) the certificate will protect, along with your company registration number.

&#x20;

<figure><img src="/files/pGH9wAEiF6UAwH7Pt2Dg" alt=""><figcaption></figcaption></figure>

&#x20;

### Organization Summary (Read-Only - All Products)

*The top portion of this screen displays the organization details you confirmed in Step 3. These fields are informational only. If any detail is incorrect, click Back to return to Step 3 and correct it before proceeding.*

&#x20;

The fields displayed are:

•       Organization Name - your organization's legal name (e.g., ABC Corporation Inc.)

•       Organization Unit - department name or blank if not specified

•       Business Category - Private Organization / Government Entity / Business Entity / Non-Commercial Entity

•       Street Address 1 - registered street address

•       Street Address 2 - additional address details or blank

•       Country - country of registration (e.g., United States of America (USA))

•       State / Province - state or province (e.g., New York)

•       Locality - city (e.g., New York)

•       Postal Code - ZIP/postal code (e.g., 11697)

&#x20;

### Domain Name Fields - Differences by Product

<table data-header-hidden><thead><tr><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><p><strong>ℹ INFO</strong></p><p><strong>Product Difference - Domain Fields</strong></p><p>The domain entry section below the organization summary is the key difference between the two EV products. Read the section for your chosen product carefully.</p></td></tr></tbody></table>

#### EV SSL Certificate - Single Domain

&#x20;

<figure><img src="/files/FXFNxhRX79Z9SUnoBDk3" alt=""><figcaption></figcaption></figure>

&#x20;

**Automatically secure 'www' variant of websites**

*A checkbox that, when ticked, instructs the system to also secure the [www.yourdomain.com](http://www.yourdomain.com) version of your domain automatically, at no extra cost. Tick this box if your website is accessed both with and without 'www' (which is the case for most websites). Leave unticked only if your domain is exclusively accessed without [www](http://www).*

&#x20;

**Domain Name \*(required)\***

The single fully-qualified domain name (FQDN) the certificate will protect (e.g., yourcompany.com). *Type the domain name exactly as it should appear in the certificate. Do not include 'http\://' or 'https\://'. Example: \`yourcompany.com\` or \`portal.yourcompany.com\`.*

&#x20;

**Company DUNS / Company Registration Number \*(required)\***

A 9-digit DUNS number (Dun & Bradstreet) or local government-issued company registration number. Used for EV organization identity verification. *Enter your 9-digit DUNS number. If you do not have a DUNS number, enter your local government-issued company registration/incorporation number. Find your DUNS at dnb.com - registration is free for businesses.*

#### EV SSL Certificate UCC - Multiple Domains

&#x20;

<figure><img src="/files/YwGk8mgs45bRDH1ds0Tg" alt=""><figcaption></figcaption></figure>

&#x20;

**Automatically secure 'www' variant of websites**

*Tick to also secure the www variant of the PRIMARY domain automatically. Tick if applicable for your primary domain. Note: this applies to the primary domain ONLY. Additional domain names do not automatically include their www variant.*

&#x20;

**Domain Name \*(required)\***

The primary (main) domain name the certificate will protect (domain #1 of your total). *Enter your primary domain name (e.g., yourcompany.com). Do not include 'https\://' or '[www](http://www).'.*

&#x20;

**Additional Domain Names \*(required)\***

A multi-entry field where you add all extra domain names beyond the primary domain (domains #2, #3, #4, etc.). *Each domain appears as a removable tag. Click inside the input box and type each additional domain, pressing Enter or clicking the '+' button after each one. You can also click 'Import additional domain' to paste or upload a list in bulk. Click 'x' on any domain tag to remove it.*

&#x20;

**Import additional domain (button)**

Allows bulk import of multiple domain names at once instead of adding them one by one. *Click to open an import dialog, paste a list of domain names (one per line), and confirm.*

&#x20;

**Clear (button)**

Removes all entries from the Additional Domain Names list. *Use only if you want to start the domain list from scratch.*

&#x20;

**Company DUNS / Company Registration Number \*(required)\***

A 9-digit DUNS number or local company registration number. *Enter your DUNS number or company registration number. Same as EV SSL Certificate.*

&#x20;

<table data-header-hidden><thead><tr><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><p><strong>⚠ IMPORTANT</strong></p><p></p><p>List ALL domains you need secured in a single order. Adding domains post-issuance requires a reissue of the certificate.</p><p>Wildcard domains (e.g., *.yoursite.com) are NOT supported on EV certificates per CA/Browser Forum policy.</p><p>IP addresses cannot be added as SANs for EV certificates.</p><p>The www variant auto-secure option applies to the PRIMARY domain only.</p><p>The total domain count (primary + additional) must not exceed your purchased 'No. of Domains' without paying the extra SAN fee.</p></td></tr></tbody></table>

*After entering all domain name(s) and the registration number, click Next to proceed to Step 6.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.certinext.io/documentation/certificate-lifecycle-management/ordering-a-certificate/as-a-customer/ordering-ev-public-trust-certificates/phase-1-steps/step-5-certificate-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
