{% extends "base.html.jinja" %} {% block main %}

{% trans %}Domain Verification Checker{% endtrans %}

{% trans %}This tool allows you to verify that domain verification is properly configured.{% endtrans %}

{% trans %}Enter the manifest found in your validator-keys.json file. Do not confuse this with your validator's secret key.{% endtrans %}

{% trans %}To do this with the validator-keys-tool use the following command:{% endtrans %}

$ validator-keys show_manifest hex

{% trans %}Result{% endtrans %}
{% endblock %} {% block endbody %} {% endblock %} {% block analytics %} {% endblock analytics %}