{% translate 'Create SSL Certificate Signing Request' %}

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

{% translate ' You can generate an ssl certificate signing request from here. The CSR is used to buy commercial ssl certificates.' %}.

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

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

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

{% translate ' Please select your website and sans for creating CSR' %}.

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

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