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

# Step 1 - Choose Product & Validity

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

(**Note:** The pricing shown in the screenshot is for demonstration purposes only. Actual pricing in the production environment may vary.)

*This is the first screen after clicking "NEW CERTIFICATE." It lets you select what type of certificate you want and shows you the cost.*

#### **Fields on this screen:**

**Group**

This is the name of your organization's account group in CERTInext. It is pre-filled based on your login account. You do not need to change this. Confirm it shows your organization's name.

**CA Source**

CA stands for Certificate Authority - the trusted organization that issues the certificate. "emSign" is the Certificate Authority that will issue your certificate.

This is pre-selected. Do not change it.

**Certificate Type**

This dropdown lets you choose the category of certificate. For code signing purposes, you must select "Code Signing Certificates."

Select "Code Signing Certificates" from the dropdown if not already selected.

**Product**

This is the specific product within the Code Signing category. "Code Signing - EV" refers to the Extended Validation version, which offers the highest level of trust and identity verification.

Select "Code Signing - EV" from the dropdown.

**Cost**

The price for one year of the selected certificate. This is displayed in USD.

Note the cost shown. This amount will be charged to your account at payment. Ensure your account has sufficient balance before proceeding.

&#x20;

**Feature highlights shown on screen:**

The screen displays a brief description of what the EV Code Signing Certificate includes. These are for your information only - no action is required:

•     Secures Single, Multiple Domains & Sub Domains (for reference - applies to SSL/TLS; code signing protects your software)

•     Domain & Extended Organization Validation

•     Average Issuance Timeframe of 1-5 Business Days (your certificate will typically be ready within 1 to 5 working days after all verification steps are completed)

•     Strongest SHA2 & ECC Encryption

•     Major Browser & Mobile Device Compatibility

•     Priority Support

•     Automatic renewal reminders and early renewal options

&#x20;

**⚠  IMPORTANT NOTE**

•  The cost shown will be deducted from your CERTInext account balance or charged via your selected payment method at the final step.

•  Once you select the product, the cost is fixed. Do not change the product type mid-application unless instructed by your administrator.

•  If you do not see "Code Signing - EV" in the Product dropdown, contact your CERTInext account administrator.

*Click the orange "Next" button at the bottom right of the screen to proceed.*


---

# 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-code-signing-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.
