{% extends 'generic/_base.html' %} {% load static %} {% block title %}Cryptographic Vault{% endblock %} {% block content %}
CERTIFICATE MANAGEMENT

Your cryptographic inventory

Certificates, keys, and the services that depend on them.

Export inventory {% if perms.netbox_certificates.add_certificate or perms.netbox_certificates.add_privatekey or perms.netbox_certificates.add_csr %} Import material{% endif %} {% if perms.netbox_certificates.view_artifactgroup %}Browse groups{% endif %}
{% for label, value, url in vault_cards %}
{{ label }}
{{ value }}
View inventory
{% empty %}

No inventory is visible with your current permissions.

{% endfor %}

Service assignments

Objects without a direct service assignment

Certificates
{{ unassigned_certificates }}
Private keys
{{ unassigned_private_keys }}
CSRs
{{ unassigned_csrs }}
Bundles
{{ unassigned_bundles }}
{% if perms.netbox_certificates.view_service %}{% endif %}

Health overview

Active and acknowledged findings by category

{% for row in vault_health_categories %}
{{ row.category|title }}
{{ row.total }}
{% empty %}

No active findings in your visible inventory.

Run a health scan to refresh the analysis.
{% endfor %}
{% if perms.netbox_certificates.view_healthfinding %}{% endif %}
{% endblock %}