Fix the last instances of missing dots in example DNSSEC key file names.
This commit is contained in:
parent
14a9feaab4
commit
30637c56ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37469
1 changed files with 1 additions and 1 deletions
|
@ -4125,7 +4125,7 @@ $include Kexample.com.+005+nnnnn.ZSK.key ; ZSK</programlisting>
|
|||
sign the zone <hostid role="domainname">example.com</hostid>, located
|
||||
in <filename>example.com.db</filename> would look similar to</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>dnssec-signzone -o example.com -k Kexample.com+005+nnnnn.KSK example.com.db Kexample.com+005+nnnnn.ZSK.key</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>dnssec-signzone -o example.com -k Kexample.com.+005+nnnnn.KSK example.com.db Kexample.com.+005+nnnnn.ZSK.key</userinput></screen>
|
||||
|
||||
<para>The key supplied to the <option>-k</option> argument is the
|
||||
<acronym>KSK</acronym> and the other key file is the
|
||||
|
|
Loading…
Reference in a new issue