{% translate 'Install SSL on Domain' %}

{% translate 'Install Commercial SSL Certificate' %}

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

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

{% 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 "copyright.html" %}
{% endblock %} {% include "footer.html" %}