{% extends "layouts/dashboard.html" %} {% block title %}Attestation - Nautilus Admin{% endblock %} {% block dashboard_content %}

Attestation Verify

Verify EdDSA-signed JWT attestation tokens returned with every broker response.

{% if not signing_key_configured %}

Attestation not configured — no signing key available

Enable attestation in nautilus.yaml with attestation.enabled: true

{% else %}

Paste a token

Copy the attestation_token field from any broker response (e.g. from the Playground) and paste it below.

{% endif %} {% endblock %}