Add zone enrollment instructions to README
This commit is contained in:
parent
25d4389e29
commit
5d86df1230
1 changed files with 7 additions and 0 deletions
|
@ -17,3 +17,10 @@ As the user:
|
||||||
# Paste your gpg public key + Ctrl-D
|
# Paste your gpg public key + Ctrl-D
|
||||||
$ gpg --no-default-keyring --keyring $HOME/trustedkeys.kbx -a --import
|
$ 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
|
||||||
|
|
Reference in a new issue