# SSL certificate

### 1. If you are using our [new DNS records for connecting the domain](https://docs.vintcer.com/connect-your-own-domain) to your website SSL will be issued to your domain automatically. Our new DNS records for connecting the domain is are given below -&#x20;

Make sure you have used the below mentioned records for connecting domain to your website.:

| **TYPE**     | HOST    | VALUE                   |
| ------------ | ------- | ----------------------- |
| **A RECORD** | **@**   | **34.96.116.138**       |
| **CNAME**    | **WWW** | **connect.vintcer.com** |

![](/files/-Lj0ut4UukaHlfMMA-ZD)

{% hint style="success" %}

### 2. After SSL installation follow the below steps to redirect website from HTTP to HTTPS automatically.

{% endhint %}

### 2. Log in to your account and open the website in the editor.

Click on the setting button

![](/files/-LBuUm1FPn94fulFgfsP)

Click on Pro setting button.

![](/files/-LBuUpRNXImsmx-7H2Jg)

## Now, copy the code given below-

```javascript
<script language="JavaScript"> 
if(window.location.protocol != 'https:') 
{ location.href = location.href.replace("http://", "https://"); } 
</script>
```

Paste the code int Pro setting (Site header)

![](/files/-LBuVZRJLguZRBGSF635)

After entering the above code, Click on save button and Publish your website.&#x20;

Contact us at <team@vintcer.com> for any assistance or help. You can also visit [here](https://www.vintcer.com) for Live chat support.

## What is SSL?

SSL (Secure Socket Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This secure link ensures that all data transferred remains private. It’s also called TLS (Transport Layer Security). Millions of websites use SSL encryption everyday to secure connections and keep their customer’s data safe from monitoring and tampering

## Why Use SSL?

Every website on the Internet should be served over HTTPS. Here’s why:

* **Performance**: Modern SSL can actually improve page load times.
* **Search Ranking Boost**: Search engines favor HTTPS websites.
* **Security**: Encrypting traffic with SSL ensures nobody can snoop on your users’ data.
* **Trust**: By displaying a green lock in the browser’s address bar, SSL increases visitor’s trust.


---

# 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.vintcer.com/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.
