We are not actually retrieving these records from the other provider,
they are available as key files to us and we are using those files
to send a dynamic update to the server.
f"- zone {zone} {primary.identifier}: update zone with CDNSKEY from other providers"
)
- # Retrieve CDNSKEY records from the other providers.
+ # Update the server with the CDNSKEY record from the other providers.
update_msg = dns.update.UpdateMessage(zone)
for ksk in extra_keys:
dnskey = ksk.dnskey().split()
f"- zone {zone} {primary.identifier}: update zone with CDS from other providers"
)
- # Retrieve CDS records from the other providers.
+ # Update the server with the CDS record from the other providers.
update_msg = dns.update.UpdateMessage(zone)
for ksk in extra_keys:
ds = dsfromkey(ksk)