{% extends 'squid/ssl/index.html' %} {% block toolbar_ssl_mode %}class="active"{%endblock%} {% block page_comment %} {% endblock %} {% block page_content %}
Current Trusted Root CA certificate will be replaced with the new one. Squid's mimicked SSL certificate storage will be reinitialized. It is recommended to disconnect all users from Squid before generation. Do not forget to add the new certificate as Trusted Root CA in all your browsers as explained in online documentation!
{% if form.non_field_errors %}

Certificate Generation Failed!

{% for error in form.non_field_errors %}{{ error|escape }}{% endfor %}

{% endif %}
{% csrf_token %}
{{form.newCertCountry}}
{% if form.newCertCountry.errors %} {{form.newCertCountry.errors|striptags}} {% else %} Specify 2-digit country code, for example NL, US, GB, DE or other countries. {%endif%}
{{form.newCertState}}
{% if form.newCertState.errors %} {{form.newCertState.errors|striptags}} {% else %} Specify the name of the state or province, for example Noord-Holland. {%endif%}
{{form.newCertCity}}
{% if form.newCertCity.errors %} {{form.newCertCity.errors|striptags}} {% else %} Specify the name of the city, for example Amsterdam. {%endif%}
{{form.newCertOrganization}}
{% if form.newCertOrganization.errors %} {{form.newCertOrganization.errors|striptags}} {% else %} Specify the name of your organization or business, for example Example Ltd. {%endif%}
{{form.newCertOU}}
{% if form.newCertOU.errors %} {{form.newCertOU.errors|striptags}} {% else %} Specify the department name responsible for Squid Proxy, for example IT. {%endif%}
{{form.newCertSupportEMail}}
{% if form.newCertSupportEMail.errors %} {{form.newCertSupportEMail.errors|striptags}} {% else %} Specify the e-mail address of the IT department responsible for Squid Proxy, for example support@example.lan. {%endif%}
{{form.newCertCommonName}}
{% if form.newCertCommonName.errors %} {{form.newCertCommonName.errors|striptags}} {% else %} Specify the Common Name to be used in the Squid Proxy certificate, for example Squid Proxy. {%endif%}
{{form.newCertLifeTime}}
{% if form.newCertLifeTime.errors %} {{form.newCertLifeTime.errors|striptags}} {% else %} Specify the number of days the certificate should be valid, for example 1825 (for 5 years). {%endif%}
Cancel
{% endblock %}