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

Private Key

Name{{ object.name }}
Format{{ object.get_source_format_display }}
Key Type{{ object.key_type|placeholder }}
Key Size{{ object.key_size|placeholder }}
Public Key SHA-256{{ object.public_key_fingerprint }}
Imported encrypted{{ object.encrypted_on_import|yesno:"Yes,No" }}
Private key material is encrypted at rest and hidden. Use Download only when authorized.

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 %}