Question
How do I manually synchronize DNSSEC keys in a DNS cluster?
Answer
The /scripts/dnssec-cluster-keys script can be run to synchronize the keys for a domain.
- Access your server using SSH as the
rootuser Run the script with the
--syncflag and the--zoneflag to indicate which domain keys to sync:# /scripts/dnssec-cluster-keys --sync --zone=domain.tld
Comments
0 comments
Article is closed for comments.