{% extends "admin/base_site.html" %} {% block content %}

You are about to create a new Certificate Authority!

When you submit the form below, all future certificate renewal requests will be signed by the new certificate authority. The new authority certificate must be added to the web server proxy (NGINX that is serving the PKI), together with any prior versions

See the documentation for help. Failure to do this correctly will stop correct validation of some or all of your client requests.
{% csrf_token %} {{ form.as_table }}
{% endblock %}