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