You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The automated parent-child dnskey synchronization.
Goal is to scan .ee zone and update it automatically with new dnssec key information.
scan the whole zone every day
if new key is found or some key removed
2.1. if signed domain update immediately
2.2. if unsigned domain monitor for n days and if data remains unchanged update zone
domain contacts must be informed if changes in dnskey material has been found (automated email)
domain contacts must be informed if changes are made in zone (automated email)
registrar must be informed when changes are made to their domain (epp change poll)
this is Switch (cctld of Switzerland) documentation for CSYNC/CDS: https://www.nic.ch/export/shared/.content/files/SWITCH_CDS_Manual_en.pdf. There are most inportant points laid out - most notably acceptance criteria what to check and what should be configurable like supported algortihms. Also they have laid out their change poll solution for notifying regstrars about chnages that we should also implement - simple free text form of poll message might not be enough here.
The automated parent-child dnskey synchronization.
Goal is to scan .ee zone and update it automatically with new dnssec key information.
2.1. if signed domain update immediately
2.2. if unsigned domain monitor for n days and if data remains unchanged update zone
CSYNC: https://tools.ietf.org/html/rfc7477
Automating DNSSEC Delegation Trust Maintenance: https://tools.ietf.org/html/rfc7344
Managing DS Records from the Parent via CDS/CDNSKEY: https://tools.ietf.org/html/rfc8078
Change poll draft: https://tools.ietf.org/html/draft-ietf-regext-change-poll-04
cdnskey-scanner: https://github.com/CZ-NIC/cdnskey-scanner
Things to discuss before development:
The text was updated successfully, but these errors were encountered: