{% translate 'Service SSL Manager' %}
{% translate 'All Eenos Service SSL Manager' %} - {{host}}
{% translate 'All services in this server use the SSL certificate of the hostname' %}.
{% translate 'If a service receives a TLS SNI request, it will try to serve the domain-specific ssl certificate. If there is no SNI match, then it will use the hostname ssl certificate' %}
{% 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" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% 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%} | {% 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' %}.