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

{% trans "SSL Functions" %}

{% trans "Issue Let’s Encrypt SSLs for websites and hostname." %}

{% trans "Available Functions" %}

{% if manageSSL or admin %} {% endif %} {% if hostnameSSL or admin %} {% endif %} {% if mailServerSSL or admin %} {% endif %}
{% endblock %}