# Use your own purchased SSL certificate

If you would like to purchase your own certificate for your pages, we can install that certificate for you into your project.

## CSR generation

If you would like us to handle the CSR generation that you can then use to purchase a certificate, we would need the following information from your team to start that process.

* Hostname/domain
  * If the certificate covers just one or more specific subdomains, please provide each. Example: `locations.yourdomain.com`
  * If the certificate covers a single domain (www version or non-www version), please be specific if www will be present or not. Examples: `www.yourdomain.com` or `yourdomain.com`
  * If the certificate will be a wildcard certificate, please provide the domain. Example: `*.yourdomain.com`
* Organization – The legal name of your company or organization
* City/Locality – The city where your company is located
* State/Province –The state or region where your company is located
* Country/Region – Please use the two-character abbreviation for your country

## SSL certificate purchased on your behalf

If you would like us to purchase and manage a SSL certificate for you, we can provide pricing for these options.

In this case you will need to provide the details for the [CSR request](/ssl-and-security/ssl-certificate-install-options/use-your-own-purchased-ssl-certificate.md#csr-generation) as well as the following information:

* Contact person - first and last name
* Email address for validation


---

# Agent Instructions: 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:

```
GET https://docs.devhub.com/ssl-and-security/ssl-certificate-install-options/use-your-own-purchased-ssl-certificate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
