# SSL for Multiple Domains

One of the common requests we get from new users of Domain Mapping System is to secure the secondary URL that is mapped to a website.&#x20;

In order to do that, you'll need to generate an SSL certificate for each domain added to your server.

Many hosting providers will offer free SSL certificates that renew automatically for all the domains. cPanel now has an "Auto-SSL" feature built-in, which should include any domains added via cPanel:

![cPanel Auto-SSL feature](/files/-Mdda7qxsGsJLd4IpJP5)

For more information, see the relevant [cPanel documentation](https://docs.cpanel.net/cpanel/security/ssl-tls-status/#autossl-selection).&#x20;

{% hint style="info" %}
Your hosting company should provide a semi-automated method of adding SSL certificates, so contact them first if you don't have an Auto-SSL feature or can't find another mechanism of adding an SSL certificate on your server.&#x20;

You can also use a service like <https://letsencrypt.org/> or other WordPress plugins to generate SSL certificates, however, most SSL WordPress plugins will only generate a certificate and/or secure the primary domain for your site and not any addon domains.&#x20;
{% 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://domainmappingsystem.gitbook.io/domainmappingsystem-docs/common-issues/ssl-for-multiple-domains.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.
