{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block breadcrumbs %}
| Tenant | {% if object.tenant %} {{ object.tenant }} {% else %} None {% endif %} |
| Name | {{ object.name }} |
|---|---|
| Issuer | {{ object.issuer }} |
| Subject | {{ object.subject }} |
| Serial | {{ object.serial }} |
| Valid From | {{ object.valid_from }} |
| Valid To | {{ object.valid_to }} |
| Auto-renews? | {{ object.auto_renews }} |
| Public Key | {{ object.public_key }} |
| Private Key | {{ object.private_key }} |
| Publication URL | {{ object.publication_url }} |
| CA Repository | {{ object.ca_repository }} |
| Self Hosted | {{ object.self_hosted }} |
| Parent RPKI customer/org | {{ object.rpki_org }} |