Improve README again

This commit is contained in:
Arya Kiran 2022-09-06 22:13:27 +05:30
parent 2f609dcdce
commit 33f91c8030
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 6 additions and 2 deletions

View File

@ -25,15 +25,21 @@ After that, add ns1.yourdomain.me and ns2.yourdomain.me to the custom dns part.
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
Example: `54674 13 2 E28E3DB78E5517A577353A43799AD14EC044720BAE4906D134F5EA40 74AC0287`
2. Then, add the DS record on your registrar's side.
With the example provided,
a) Key tag - 54674
b) Algorithm - 13
c) Digest Type - 2
d) Digest - E28E3...287 (omit space)
(On namecheap, you add this at Advanced DNS -> DNSSEC)
@ -41,5 +47,3 @@ d) Digest - E28E3...287 (omit space)
## I need help
If you want help with this, feel free to join #chat. I can help you with it if needed :)
~aryak