> 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-ov-public-trust-certificates/phase-2-steps-via-email-and-emsign/ov-certificate-download.md).

# OV Certificate Download

#### 2.7 Certificate Issuance

Once all Order Actions (Steps 1-4) are marked Completed, the CA processes and issues the certificate. This typically happens within minutes of the final verification step being approved, but may take up to 1-5 business days depending on CA processing.

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

&#x20;

All Steps 1-4: Completed (green): All required actions are done - the CA has everything it needs.

Step 5 Certificate Download: Certificate Issued (green): The certificate has been generated and is ready to download.

Certificate Status: Certificate Generated (green): Confirmed - your certificate exists and is waiting for you.

Order Status: Order Accepted (orange): The order is still in the 'Accepted' state; it moves to 'Order Fulfilled' after download.

&#x20;

#### 2.8 Certificate Download

There are three ways to download your issued certificate: via the email notification, via the emSign Subscriber Portal, or directly from CERTInext.

&#x20;

**2.8a Download Notification Email**

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

&#x20;

The Organization Representative receives an email with the subject: 'ORDER #\[ID] - Your Certificate is ready for download'.

The email contains Order ID, Ordered Date, Product & Validity, and the Identifier (domain). It includes an orange 'Download Certificate' button and an alternative URL to paste into a browser.

**Action**&#x20;

*Click the 'Download Certificate' button in the email. This opens the emSign Subscriber download page.*

&#x20;

**2.8b emSign Subscriber Portal - Certificate Download Page**

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

&#x20;

**The download confirmation page shows:**

A green tick with: 'Thanks for completing the necessary steps.'

'Your certificate has been issued and ready for download. To continue further, please click Download Certificate.'

Order ID, Product & Validity, and Domain Name details.

Orange 'Download Certificate' button.

&#x20;

**2.8c Step 5 - Expanded Download Panel in Order Actions**

Expanding Step 5 in the Order Actions list reveals the following download instructions and options:

Step 5 Expanded - Text on Screen&#x20;

Your certificate has been issued and ready for download.

An email containing certificate download instructions has been sent to your email ID.

In case you have not received an email, please click Resend Email to resend the email.

Your certificate is based on the CSR submitted by you. Please ensure to import / use the certificate against the same key-pair, from where the CSR was generated.

Please follow the necessary instructions in your download notification email to download your certificate.

&#x20;

***Resend Email**: Re-sends the download notification email to the Organization Representative's email address. Use this if the original email was not received.*

***Download Certificate**: Initiates the certificate download directly from the portal, bypassing the email.*

**Important**&#x20;

Your certificate is generated from the CSR you submitted.

You MUST install and use the certificate on the same server and with the same private key that was used to generate the CSR.

If you generate a new key pair, you must re-issue the certificate with a new CSR.

&#x20;

**2.8d Selecting the Download Format**

<figure><img src="/files/369ECToz2HvbSDKnaLsD" alt=""><figcaption></figcaption></figure>

&#x20;

When initiating a download from CERTInext, a 'Select the Format to download' dialog appears with four options:

**DER encoded binary X.509 (.CER)**: Binary format of the certificate. Compact and widely supported by Windows systems and Java keystores. Choose this for Windows Server (IIS) or Java-based servers. Double-click the downloaded file to view/install in Windows Certificate Manager.

**Base-64 encoded X.509 (.CER)**: Text-based (PEM) format of the certificate, saved with the .CER extension. Readable in a text editor. Choose this for most Linux/Unix-based servers (Apache, Nginx), or when your server software requests a .CER file.

**Base-64 encoded X.509 (.CRT)**: Identical content to the Base-64 .CER above but saved with the .CRT file extension. Choose this when your server software (e.g., Apache, Nginx) expects a .crt file extension.

**Zip:** A ZIP archive containing the certificate along with any intermediate/chain certificates. Recommended for most installations. Choose Zip if you are unsure, or if your server requires the full certificate chain. Extract the ZIP and follow your server's installation guide for the certificate and chain files.

&#x20;

**Note - Which Format to Choose**&#x20;

If in doubt, choose Zip - it includes all necessary certificate files (end-entity certificate + intermediate certificates/chain).

Your web server administrator will know how to handle the extracted files.

For quick Windows inspection, choose DER or Base-64 .CER.

*Choose the one applicable to your scenario based on the above description*

&#x20;

**Action**&#x20;

*Select your preferred format and click Download.*

*Save the file(s) to a secure location.*

Follow your web server platform's documentation to install the certificate.


---

# 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-ov-public-trust-certificates/phase-2-steps-via-email-and-emsign/ov-certificate-download.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.
