Add zone enrollment instructions to README

This commit is contained in:
Daniel Gröber 2022-02-08 21:50:35 +01:00
parent 25d4389e29
commit 5d86df1230
1 changed files with 7 additions and 0 deletions

View File

@ -17,3 +17,10 @@ As the user:
# Paste your gpg public key + Ctrl-D
$ gpg --no-default-keyring --keyring $HOME/trustedkeys.kbx -a --import
Enrolling a new zone on server
------------------------------
$ touch /var/lib/knot/$ZONE.zone
$ chown root:zone-admin /var/lib/knot/$ZONE.zone
$ chmod 775 /var/lib/knot/$ZONE.zone