DNSSECReport.com
Free DNS Reports, Key Monitoring, Software and Alerts
Home of Expert Advice in securing infrastructure that serves Domains
You now have signed one zone file and may be looking
for ways to manage the many zones that you currently manage.
You would like to protect the private keys, keep the dssets up to
date, and resign the zones with as much automation as possible.
There are products you can purchase to perform these tasks.
However, may want to try this manual process until you
understand what may need be automated for your organization.
Step #1: Download the tools
We recommend signing the zones offline on a computer that
has the ability to burn a CDR or write to a USB memory stick to
backup and preserve the zones and keys.
Download the latest BIND keygen and zone signing tools for
Windows here:
http://www.dnssecreport.com/winbin.zip
./MyZoneFolder
vanity-org
vanity-net
vanity-com
vanity2-org
vanity2-net
vanity2-com
dnssec-keygen -f KSK -a NSEC3RSASHA1 -b 2048 -n ZONE vanity.org
dnssec-keygen -a NSEC3RSASHA1 -b 2048 -e -n ZONE vanity.org
dnssec-keygen -a NSEC3RSASHA1 -b 2048 -e -n ZONE vanity.org
dnssec-keygen -f KSK -a RSASHA1 -b 2048 -n ZONE vanity.org
dnssec-keygen -a RSASHA1 -b 2048 -e -n ZONE vanity.org
dnssec-keygen -a RSASHA1 -b 2048 -e -n ZONE vanity.org
http://www.dnssecreport.com/DNSSECReport/Content.aspx?SID=4
cp last-dsset.txt old-dsset.txt
mv dsset-vanity.org. last-dsset.txt
dnssec-signzone -a -H 10 -3 aaaa \
-k Kvanity.org.+007+56487 \
-o vanity.org vanity.org Kvanity.org.+007+62648
diff dsset-vanity.org. last-dsset.txt
cp last-dsset.txt old-dsset.txt
mv dsset-vanity.org. last-dsset.txt
dnssec-signzone -a \
-k Kvanity.org.+005+56487 \
-o vanity.org vanity.org Kvanity.org.+005+62648
diff dsset-vanity.org. last-dsset.txt
http://www.dnssecreport.com/DNSSECReport/Content.aspx?SID=6