This repository has been archived on 2024-02-16. You can view files and clone it, but cannot push or open issues or pull requests.
its-zones/README

17 lines
564 B
Plaintext
Raw Normal View History

2021-04-13 07:58:31 +02:00
ITS DNS Zone Managment
======================
In this repo are the primary copies of all our (unsigned) DNS zones.
If you have access to our primary DNS server (dns.parabox.it-syndikat.org),
deploy them using this command:
$ make sign upload
This will sign the zones using gpg using your default key and upload them
to the server using sftp. The server has incron running which will detect
the upload, verify the gpg signature, copy the zones into knot's zone
directory and reload the modified zones.
Note: Knot handles DNSSEC signing on the server side.