How to List Domains with DNSSEC


Last modified: February 19, 2024

Overview

This document describes how to list domains with DNS Security Extensions (DNSSEC) on a server.

List domains

To list the domains with DNSSEC on a server, login to the server as the root user via SSH. Then, run the command:

pdnsutil list-secure-zones

Output

The output will resemble the following example:

Aug 24 12:28:29 [bindbackend] Done parsing domains, 0 rejected, 443 new, 0 removed
example.com
All secure zonecount:1
Note:

example.com represents a domain on your server.

Additional Documentation