{% translate 'Generate SSL Certificate Signing Request (CSR)' %}

{% translate ' You can generate an ssl certificate signing request from here. You need the primary domain hosted in this server.' %}.

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

{% translate 'Contact Information' %}

{% translate 'After generating CSR we can send the CSR and Private key to your email address' %}.

{% csrf_token %}

{% translate 'Private Key Options' %}

{% translate 'Choose a proper private key encryption mechanism' %}.

{% translate 'Certificate Information' %}

{% translate 'The information required to generate CSR' %}.

{% get_countries as countries %}

{% translate 'Enter all additional domains and subdomains in a comma separated list' %} (eg:www.eenos.com,mail.eenos.com,my.eenos.com)

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