> 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.md).

# Phase 1 Steps

## Applying DV Certificate in a nutshell involves below steps

**Step 1: Choose Product & Validity**

* Select the DV SSL/TLS certificate variant you require (Single Domain, Wildcard, Multi-Domain/UCC, etc.).
* Choose the validity period or subscription coverage as applicable.

**Step 2: Certificate Signing Request (CSR)**

* Upload the CSR file.
* Paste the CSR content manually.
* Or skip the CSR and submit it later.

**Step 3: Requestor Information**

* Enter the certificate requestor's details:
  * Name
  * Email Address
  * Mobile Number
  * Designation
* These details will be used for order-related communications.

**Step 4: Certificate Information**

* Enter the domain name(s) to be secured.
* Add SANs (Subject Alternative Names) if required.
* Review the certificate details before proceeding.

**Step 5: Additional Information (Optional)**

* Add reporting tags for tracking and reporting.
* Enter order remarks or internal references.
* Configure auto-renewal preferences.
* Add technical contact information if required.
* Add additional email recipients for notifications.
* Complete any custom fields configured by the administrator.

**Step 6: Order Summary & Payment**

* Review all order details.
* Verify certificate information and payment details.
* Submit payment.
* The order is successfully created and submitted for processing.


---

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