{% extends "base.html" %} {% block title %}Attest Image — FieldWitness{% endblock %} {% block content %}
Attest Image

Create a cryptographic provenance attestation — sign an image with your Ed25519 identity to prove when and by whom it was captured.

{% if not has_identity %}
No identity configured. Generate one from the Keys page or run fieldwitness init.
{% endif %}
Supports PNG, JPEG, WebP, TIFF, BMP.
{% endblock %}