{% extends 'base/layout.html' %} {% block title %}{{ object.name }}{% endblock %} {% block page %}
Certificate Authority

{{ object.name }}

Back to Certificate Authorities

Authority Identity

Name{{ object.name }}
Certificates{{ issued_certificates|length }}

Related Certificates

{% if issued_certificates %}
    {% for certificate in issued_certificates %}
  • {{ certificate.name }}{% if certificate.valid_to %} — {{ certificate.valid_to }}{% endif %}
  • {% endfor %}
{% else %}No visible certificates reference this authority.{% endif %}
{% endblock %}