> For the complete documentation index, see [llms.txt](https://docs.devhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devhub.com/ssl-and-security/ssl-certificate-install-options/use-your-own-purchased-ssl-certificate.md).

# 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
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.devhub.com/ssl-and-security/ssl-certificate-install-options/use-your-own-purchased-ssl-certificate.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.
