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

{% trans "Issue SSL For Hostname" %} - {% trans "SSL Docs" %}

{% trans "Let’s Encrypt SSL for hostname to access CyberPanel on verified SSL." %}

{% trans "Issue SSL For Hostname" %}

Note: This feature is deprecated in favour of setup-wizard.

{% trans "Cannot issue SSL. Error message:" %} {$ errorMessage $}

{% trans "SSL Issued. You can now access CyberPanel at:" %} https://{$ sslDomain $}:8090

{% trans "SSL Issued. You can now access CyberPanel at:" %} https://"domain":8090

{% endblock %}