{% translate 'Install SSL Certificate' %}

{% translate 'Install Commercial SSL Certificate' %}

{% translate 'You can install commercial ssl certificate on your domain' %}

{% 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 %}
{% csrf_token %} {% if domain %}
{%else%}
{%endif%}

{% 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' %}

{% include "footer.html" %} {% include "datatablejs.html" %}