> 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-dv-public-trust-certificates/phase-1-steps/step-1-choose-product-and-validity.md).

# Step 1 - Choose Product & Validity

**Important Documentation Conventions:** Normal text below provides feature descriptions and explanatory information. *Italicized text* indicates navigation paths, procedures, and actions to be performed within the CERTInext platform.

*Click on the 'New Certificate' button at left top corner of Navigation menu.* This is the first screen of the certificate application wizard. It is where you tell CERTInext which type of certificate you want and for how long.

#### How to Get Here

*1.     Log in to CERTInext (certinext.io).*

*2.     Click the NEW CERTIFICATE button in the dark sidebar on the left.*

*3.     The screen titled 'Certificates :: New Request' opens.*

*4.     The left panel shows all 6 steps. You begin at Step 1: Choose Product & Validity.*

&#x20;

<figure><img src="/files/4mbHzFYO8eMVLRPSA3Al" alt=""><figcaption></figcaption></figure>

#### Fields on This Screen

#### Group

* Represents the account and organization in CERTInext that will own the certificate and be billed for it.
* *The field is automatically populated based on your account configuration.*
* *Verify that the correct organization or group is displayed.*
* This field cannot be modified by the user.

#### CA Source

* Specifies the Certificate Authority (CA) that will issue the certificate.
* *Select emSign from the CA Source dropdown.*
* emSign is the publicly trusted CA operated by eMudhra.

#### Certificate Type

* Defines the broad category of certificate being requested.
* *Select SSL/TLS Certificates from the Certificate Type dropdown.*

#### Product

* Determines the specific SSL/TLS certificate variant.
* *Choose the product that best matches your requirement, such as:*
  * *DV Single Domain*
  * *DV Wildcard*
  * *DV Multi-Domain (UCC)*
  * *DV Wildcard Multi-Domain (UCC)*
* Refer to the product comparison section if needed before making a selection.

#### Subscription For

* Defines the coverage period for the certificate subscription.
* *Select one of the available options:*
  * *1 Year*
  * *2 Years*
  * *3 Years*
* Most customers choose a 1-year subscription.
* Publicly trusted SSL/TLS certificates can only be issued with a maximum certificate validity of 1 year.
* If a 2-year or 3-year subscription is selected, the certificate will be reissued annually while the subscription remains active.
* The subscription payment covers the entire selected period.

#### Number of Domains (Applicable for UCC Products Only)

* Displayed only when a UCC (Multi-Domain) or Wildcard UCC product is selected.
* Determines how many domain names or SANs (Subject Alternative Names) will be included in the certificate.
* *Select the total number of domains required.*
* The base product typically includes up to 4 domains.
* Additional domains can be added at an extra cost.
* Plan SAN requirements in advance to simplify certificate management.

#### Cost

* Displays the calculated certificate price based on the selected options.
* Pricing updates automatically when products, validity periods, or domain counts are changed.
* *Review the displayed amount before proceeding.*
* Any applicable taxes (such as Local Tax) will be calculated and shown during the Order Summary and Payment stage.

#### Variant Differences - What to Select as 'Product'

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Your Situation</strong></td><td valign="top"><strong>Select This Product</strong></td></tr><tr><td valign="top">Securing one specific domain only (e.g., www.mybusiness.com)</td><td valign="top">DV SSL Certificate</td></tr><tr><td valign="top">Securing all subdomains of one domain (e.g., *.mybusiness.com)</td><td valign="top">DV SSL Certificate Wildcard</td></tr><tr><td valign="top">Securing multiple different domains in one certificate</td><td valign="top">DV SSL Certificate UCC</td></tr><tr><td valign="top">Securing multiple wildcard domains in one certificate</td><td valign="top">DV SSL Certificate Wildcard UCC</td></tr></tbody></table>

&#x20; Choose the one applicable to your scenario based on the above description.

#### The Blue Information Box

When you select any DV product, a blue information panel appears at the bottom of the screen. It summarises what the product covers. Key details shown for all DV variants:

•       Domain Validation - automated and fast (no company identity check required)

•       Fully Automated & Instant Approval - issuance typically within minutes

•       Unlimited Server Licences - install on as many servers as you need

•       Strongest SHA2 & ECC Encryption supported

•       Major Browser & Mobile Device Compatibility

•       Automatic renewal reminders and early renewal options

&#x20;

**📌  InCommon Note**

Under 'Subscription For', you will see the same 1/2/3 year options. InCommon institutional agreements typically issue DV certificates for 30 days / 90 days / 199 days at a time, in line with CA/Browser Forum rules. Even if your InCommon contract runs for multiple years, each individual certificate is issued for a maximum of 30 days / 90 days / 199 days respectively and must be renewed accordingly. The auto-renew feature (set in Step 5) handles this automatically.

*When done, click the Next button at the bottom right.*


---

# 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-dv-public-trust-certificates/phase-1-steps/step-1-choose-product-and-validity.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.
