From 52cfd23a37f94c63d3a0bfc9d0ef4b6e08ca108d Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 28 Feb 2021 22:08:31 -0600 Subject: [PATCH] Proper wording --- management/status_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/status_checks.py b/management/status_checks.py index a10047eb..2f9e0d93 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -592,7 +592,7 @@ def check_dnssec(domain, env, output, dns_zonefiles, is_checking_primary=False): return output.print_error("""This domain's DNSSEC DS record is incorrect. The chain of trust is broken between the public DNS system and this machine's DNS server. It may take several hours for public DNS to update after a change. If you did not recently - make a change (and are not using external/custom DNS), you must resolve this immediately by following the instructions + make a change (and are not using this box for DNS aka external DNS), you must resolve this immediately by following the instructions provided by your domain name registrar and provide to them this information:""") output.print_line("") output.print_line("Key Tag: " + ds_keytag + ("" if not ds_looks_valid or ds[0] == ds_keytag else " (Got '%s')" % ds[0]))