{% extends 'generic/object.html' %}{% load helpers %} {% block extra_controls %}{% if can_download %} Download{% endif %}{% if can_add_link %} Link Object{% endif %}{% endblock %} {% block content %}

Certificate Signing Request

Name{{ object.name }}
Format{{ object.get_source_format_display }}
Subject{{ object.subject|placeholder }}
SANs{% if object.subject_alternative_names %}
    {% for san in object.subject_alternative_names %}
  • {{ san }}
  • {% endfor %}
{% else %}—{% endif %}
Key{{ object.key_type }}{% if object.key_size %} {{ object.key_size }} bit{% endif %}{% if object.curve %} / {{ object.curve }}{% endif %}
Public Key SHA-256{{ object.public_key_fingerprint }}

CSR Material

{{ object.material }}

Bundles

{% if related_bundles %}{% else %}—{% endif %}
{% include 'netbox_certificates/_groups.html' %}{% include 'netbox_certificates/_links.html' %}{% include 'inc/panels/custom_fields.html' %}{% include 'inc/panels/tags.html' %}{% include 'inc/panels/comments.html' %}
{% endblock %}