Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
655231a5
Commit
655231a5
authored
Jan 10, 2018
by
cricketliu
Committed by
Miek Gieben
Jan 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md (#1374)
Fixing a couple of small textual problems.
parent
d1574659
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
plugin/dnssec/README.md
plugin/dnssec/README.md
+3
-3
No files found.
plugin/dnssec/README.md
View file @
655231a5
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
## Description
## Description
With
*dnssec*
any reply that doesn't (or can't) do DNSSEC will get signed on
-the-
fly. Authenticated
With
*dnssec*
any reply that doesn't (or can't) do DNSSEC will get signed on
the
fly. Authenticated
denial of existence is implemented with NSEC black lies. Using ECDSA as an algorithm is preferred as
denial of existence is implemented with NSEC black lies. Using ECDSA as an algorithm is preferred as
this leads to smaller signatures (compared to RSA). NSEC3 is
*not*
supported.
this leads to smaller signatures (compared to RSA). NSEC3 is
*not*
supported.
...
@@ -19,7 +19,7 @@ dnssec [ZONES... ] {
...
@@ -19,7 +19,7 @@ dnssec [ZONES... ] {
}
}
~~~
~~~
The specified key is used for all signing operations. The DNSSEC signing will treat this key a
The specified key is used for all signing operations. The DNSSEC signing will treat this key a
s a
CSK (common signing key), forgoing the ZSK/KSK split. All signing operations are done online.
CSK (common signing key), forgoing the ZSK/KSK split. All signing operations are done online.
Authenticated denial of existence is implemented with NSEC black lies. Using ECDSA as an algorithm
Authenticated denial of existence is implemented with NSEC black lies. Using ECDSA as an algorithm
is preferred as this leads to smaller signatures (compared to RSA). NSEC3 is
*not*
supported.
is preferred as this leads to smaller signatures (compared to RSA). NSEC3 is
*not*
supported.
...
@@ -33,7 +33,7 @@ used (See [bugs](#bugs)).
...
@@ -33,7 +33,7 @@ used (See [bugs](#bugs)).
*
`key file`
indicates that
**KEY**
file(s) should be read from disk. When multiple keys are specified, RRsets
*
`key file`
indicates that
**KEY**
file(s) should be read from disk. When multiple keys are specified, RRsets
will be signed with all keys. Generating a key can be done with
`dnssec-keygen`
:
`dnssec-keygen -a
will be signed with all keys. Generating a key can be done with
`dnssec-keygen`
:
`dnssec-keygen -a
ECDSAP256SHA256 <zonename>`
. A key created for zone
*A*
can be safely used for zone
*B*
. The name of the
ECDSAP256SHA256 <zonename>`
. A key created for zone
*A*
can be safely used for zone
*B*
. The name of the
key file can be specified
as
one of the following formats
key file can be specified
in
one of the following formats
* basename of the generated key `Kexample.org+013+45330`
* basename of the generated key `Kexample.org+013+45330`
* generated public key `Kexample.org+013+45330.key`
* generated public key `Kexample.org+013+45330.key`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment