{% translate 'All Eenos Service SSL Manager' %} - {{host}}

{% translate 'All services in this server use the SSL certificate of the hostname' %}.

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% if settings.autossl.status == "on" %} {%else%} {%endif%} {%if settings.myssl.status == "on" %} {%else%} {%endif%}
# {% translate 'Hostname' %} {% translate 'Autossl' %} {% translate 'Commercial ssl' %} {% translate 'Actions' %}
1 {{host}} {% if settings.autossl.status == "on" %} {%else%} {%endif%} {%if settings.myssl.status == "on" %} {%else%} {%endif%}

{% translate 'Install Commercial SSL Certificate for Services ' %} - {{host}}

{% translate 'To install a commercial ssl certificate, you need to purchase it from an ssl certificate provider' %}.

{% csrf_token %}

{% translate 'Enter the ssl certificate file. You may copy the content of .crt file and paste it here ' %}

{% translate 'Enter the ssl key file. You may copy the content of .key file and paste it here' %}

{% translate 'Enter the CA bundle or chain certificate from your ssl certificate provider' %}

{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% include "copyright.html" %}
{% endblock %} {% include "footer.html" %}