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