{% extends "baseTemplate/index.html" %} {% load static %} {% block title %}DNSSEC{% endblock %} {% block content %}

DNSSEC

Sign a zone so resolvers can cryptographically verify its answers. After enabling, give the DS record below to your domain's registrar.

Checking status…

{$ status.secured ? 'Signed' $}{$ !status.secured ? 'Not signed' : '' $} — algorithm {$ status.algorithm $}

You can view this zone's DNSSEC status but not change it.

DS record(s) for your registrar

Add these exactly as shown to the DS/DNSSEC section at your domain's registrar. Until you do, resolvers that validate DNSSEC will not see this zone as signed.


            

No DS records yet -- try reloading in a moment.

Choose a zone

Pick one of your DNS zones above to manage its DNSSEC status.

{% endblock %} {% block scripts %} {% endblock %}