{% extends 'generic/object_edit.html' %} {% block title %}{% if ca_only %}Import CA Certificates{% else %}Import Objects{% endif %}{% endblock %} {% block form %}{% if ca_only %}
Only CA certificates are accepted. Requests containing leaf certificates, private keys, or CSRs are rejected in full.
{% endif %}{% include 'htmx/form.html' %}{% endblock %} {% block buttons %}Cancel{% endblock %}