{% 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 imported one. Squid's mimicked SSL certificate storage will be reinitialized. It is recommended to disconnect all users from Squid prior to importing certificate. 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 %}

Cannot Upload Trusted Root CA Certificate!

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

{% endif %}
{% csrf_token %}

Browse to your Trusted Root CA certificate PEM file and click Import Certificate button.

Cancel
{% endblock %}