{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "SSL v2 - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% if PremStat %}

{% trans "SSL v2" %} - {% trans "DNS Docs" %}

{% trans "On this page, you have the option to configure DNS providers that CyberPanel can utilize for issuing SSL certificates, providing enhanced flexibility and ease of renewal." %}

{% trans "SSL v2" %}

{% if SaveSuccess %}

{% trans "Changes saved succesfully." %}

{% endif %}

SSL Status: {$ sslStatus $}

{% csrf_token %}

{% trans "Cloudflare Settings" %}

{% else %}

SSLv2 Comes with Full Automation + Wildcard SSLs!

Are you tired of the hassle that comes with setting up SSL certificates for your website? Do you want a faster and easier way to secure your website without the need for manual verification?

Introducing CyberPanel's new feature, SSL v2! With SSL v2, you can automatically issue SSL certificates using the ACME DNS verification method. This means that you no longer have to worry about going through the manual process of verifying ownership of your domain.

What's even better is that we've integrated two of the most popular domain registrars, Cloudflare and Namecheap, so you can easily issue SSL certificates with just a few clicks. No more fiddling around with complicated settings and DNS configurations!

With SSL v2, you can rest easy knowing that your website is secure and your visitors' data is protected. Don't wait any longer to upgrade your website's security - get SSL v2 today!

{% endif %} {% endblock %}