# Use Free SSL Certificates

Free SSL certificates provide an easy and cost-effective way to secure your CDN Resources without purchasing a commercial SSL.\
Medianova integrates **Let’s Encrypt** to automatically issue and renew these certificates through the **SSL Management** interface.

{% hint style="info" %}
Free SSL certificates are valid for **90 days** and are automatically renewed before expiration.
{% endhint %}

{% stepper %}
{% step %}
**Access the SSL Management**

To begin, log in to the [**Medianova Control Panel**](https://cloud.medianova.com) and open the SSL Management section.

* Navigate to **CDN → SSL Management** in the left-hand menu.
* Review your existing SSL certificates.
* Click **Add New SSL** in the upper-right corner.

<figure><img src="/files/9WVNpfFTLn91cPuD4gYX" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Select the Free SSL Option**

When the dialog appears, choose **Free SSL** as the certificate type and click **Next** to continue.

<figure><img src="/files/NS6ovrBjttQbFBhu3Gz7" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Choose *Free SSL* when you want to automatically issue and manage a certificate through Medianova’s Let’s Encrypt integration.
{% endhint %}
{% endstep %}

{% step %}
**Fill in Certificate Details**

Enter the required information in the form:

| Field        | Description                                                                                           |
| ------------ | ----------------------------------------------------------------------------------------------------- |
| **SSL Name** | A name to identify the certificate in your organization.                                              |
| **Wildcard** | (Optional) Enable this option to secure all subdomains under the same domain (e.g., `*.example.com`). |
| **Domain**   | Select the domain associated with your CDN Resource.                                                  |

After filling in the fields, click **Add SSL** to start the process.
{% endstep %}

{% step %}
**Complete Let’s Encrypt Verification**

Medianova automatically performs domain verification using **Let’s Encrypt**.

* Wait for the verification process to complete.
* Once successful, click **Confirm** to finalize installation.

The new SSL certificate will appear in your SSL Management list and can now be assigned to your CDN Resources.

{% hint style="info" %}
Domain verification may take up to a few minutes depending on DNS propagation.
{% endhint %}

<figure><img src="/files/f0OUBAMRydvbTmHJj8uU" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
If domain ownership cannot be verified, the process will fail. Ensure that your DNS settings are correct and that your domain points to Medianova’s CDN.
{% endhint %}
{% endstep %}

{% step %}
**Assign the SSL to a CDN Resource**

After installation, assign the certificate to the desired CDN Resource:

1. Go to **CDN → CDN Resources**.
2. Open the **SSL** (or **CNAME & SSL**) tab.
3. Choose **Shared SSL** to apply the Free SSL certificate.
4. Click **Save**.

{% hint style="info" %}
You can verify activation by opening your domain in a browser using `https://`. The lock icon indicates a valid SSL connection.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://clients.medianova.com/products/security/ssl-tls-encryption/use-free-ssl-certificates.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.
