Merge "docs: add info on generating DS records"

This commit is contained in:
Zuul 2018-11-29 18:00:54 +00:00 committed by Gerrit Code Review
commit e5a4407ac7

View File

@ -37,4 +37,10 @@ Run::
And add the resulting files to the `dnssec_keys` key in the
`group/adns.yaml` private hiera file on puppetmaster.
If you need to generate DS records for the registrar, identify which
of the just-created key files is the key-signing key (examine the
contents of the files and read the comments therein). Then run::
dnssec-dsfromkey -2 $KEYFILE
.. note:: This section will be expanded.