aboutsummaryrefslogtreecommitdiff
path: root/examples/ldns-dane.1.in
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-02-03 13:01:00 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-02-03 13:01:00 +0000
commitc6342fe2e90510d8d2296423f2ca92818a7b3d18 (patch)
tree0cc9064980c804a7bf5cc6d96c9249950c7e56a9 /examples/ldns-dane.1.in
parent65be028f32ed37dce84f6328d4a7172132c8c224 (diff)
import ldns 1.7.0vendor/ldns/1.7.0
Notes
Notes: svn path=/vendor/ldns/dist/; revision=313156 svn path=/vendor/ldns/1.7.0/; revision=313157; tag=vendor/ldns/1.7.0
Diffstat (limited to 'examples/ldns-dane.1.in')
-rw-r--r--examples/ldns-dane.1.in29
1 files changed, 13 insertions, 16 deletions
diff --git a/examples/ldns-dane.1.in b/examples/ldns-dane.1.in
index b65e64f0441f..a3d83a227fff 100644
--- a/examples/ldns-dane.1.in
+++ b/examples/ldns-dane.1.in
@@ -17,9 +17,9 @@ ldns-dane \- verify or create TLS authentication with DANE (RFC6698)
.B ldns-dane
.IR [OPTIONS]
+.IR create
.IR name
.IR port
-.IR create
.PP
[
.IR Certificate-usage
@@ -55,38 +55,35 @@ The parameters for TLSA rr creation are:
.PD 0
.I Certificate-usage\fR:
.RS
-.IP 0
+.IP "0 | PKIX-TA"
CA constraint
-.IP 1
+.IP "1 | PKIX-EE"
Service certificate constraint
-.IP 2
+.IP "2 | DANE-TA"
Trust anchor assertion
-.IP 3
+.IP "3 | DANE-EE"
Domain-issued certificate (default)
.RE
.I Selector\fR:
.RS
-.IP 0
-Full certificate (default)
-.IP 1
-SubjectPublicKeyInfo
+.IP "0 | Cert"
+Full certificate
+.IP "1 | SPKI"
+SubjectPublicKeyInfo (default)
.RE
.I Matching-type\fR:
.RS
-.IP 0
+.IP "0 | Full"
No hash used
-.IP 1
+.IP "1 | SHA2-256"
SHA-256 (default)
-.IP 2
+.IP "2 | SHA2-512"
SHA-512
.RE
.PD 1
-In stead of numbers the first few letters of the value may be used.
-Except for the hash algorithm name, where the full name must be specified.
-
.SH OPTIONS
.IP -4
TLS connect IPv4 only
@@ -128,7 +125,7 @@ select the \fIoffset\fRth certificate offset from the end
of the validation chain. 0 means the last certificate, 1 the one but last,
2 the second but last, etc.
-When \fIoffset\fR is -1 (the default), the last certificate
+When \fIoffset\fR is \-1 (the default), the last certificate
is used (like with 0) that MUST be self-signed. This can help to make
sure that the intended (self signed) trust anchor is actually present
in the server certificate chain (which is a DANE requirement).