Fix ds key and update instructions

This commit is contained in:
Arya K 2022-10-23 04:20:34 -04:00
parent a42d8bb5df
commit 680f03f82e
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ The master is hosted on our linode, statusvern and the slave is on our main VPS.
We use the `knot` package from debian repos.
To apply changes, bump the serial by 1 (in same file, below SOA line) and then `systemctl restart knot` (there is probably a better way to do this)
To apply changes, bump the serial by 1 (in same file, below SOA line) and then `knotc reload`. Then on your slave, run `knotc zone-retransfer yourdomain.me; kontc zone-reload yourdomain.me`
Note: For serial, its recommended to use YYYYMMDDXX format. For example, thirteenth revision on 16/10/2022 would be serial 2022161013.
@ -26,7 +26,7 @@ Thats all the setup you need for a basic authoritative DNS server.
In order to setup DNSSEC do the following :-
1. Run `dig DS yourdomain.me. +short` in order to get your DS key
1. Run `keymgr vern.cc ds` in order to get your DS key
Example: `54674 13 2 E28E3DB78E5517A577353A43799AD14EC044720BAE4906D134F5EA40 74AC0287`