# Setting up HTTPS with a Custom Domain

Using HTTPs with your FlashEdge distribution is easy and free, you just need to create and validate a TLS/SSL certificate for your FlashEdge distribution. For this, you need to have access to your custom domain DNS records (example.com). Every certificate automatically validates and adds any subdomain, like [www.example.com](http://www.example.com), api.example.com, or to be precise, \*.example.com, but it also works for lower-level subdomains.

{% hint style="info" %}
Certificates are provided by Amazon and are issued by the certificate authority recognized by Internet browsers. You can use them securely for any type of website/application that is also accessible via the public Internet.
{% endhint %}


---

# 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.flashedgecdn.com/flashedge-cdn-distribution-tutorials/setting-up-https-with-a-custom-domain.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.
