summaryrefslogtreecommitdiffstats
path: root/doc/man_kdig.rst
diff options
context:
space:
mode:
authorMark Karpilovskij <mark.karpilovskij@nic.cz>2018-01-12 13:00:50 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2018-01-12 14:35:37 +0100
commit6e974336da5ca9402771683935159ec8b041b0ca (patch)
treee88f6f3500fb23a30d818d8fe97492bfac4ac6c8 /doc/man_kdig.rst
parentMerge branch 'onlinesign_convergence' into 'master' (diff)
downloadknot-6e974336da5ca9402771683935159ec8b041b0ca.tar.xz
knot-6e974336da5ca9402771683935159ec8b041b0ca.zip
kdig: updated TLS doc
Diffstat (limited to 'doc/man_kdig.rst')
-rw-r--r--doc/man_kdig.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/man_kdig.rst b/doc/man_kdig.rst
index 345f0e499..a44b07a7f 100644
--- a/doc/man_kdig.rst
+++ b/doc/man_kdig.rst
@@ -212,16 +212,19 @@ Options
Don't use TCP automatically if a truncated reply is received.
**+**\ [\ **no**\ ]\ **tls**
- Use TLS with the Opportunistic privacy profile.
+ Use TLS with the Opportunistic privacy profile (:rfc:`7858#section-4.1`).
**+**\ [\ **no**\ ]\ **tls-ca**\[\ =\ *FILE*\]
- Use TLS with the Out-Of-Band privacy profile, use a specified PEM file
- (default is system certificate storage if no argument is provided).
- Can be specified multiple times.
+ Use TLS with a certificate validation. Certification authority certificates
+ are loaded from the specified PEM file (default is system certificate storage
+ if no argument is provided).
+ Can be specified multiple times. Provide the +tls-hostname option to activate
+ strict authentication.
**+**\ [\ **no**\ ]\ **tls-pin**\ =\ *BASE64*
- Use TLS with a pinned certificate check. The PIN must be a Base64 encoded
- SHA-256 hash of the X.509 SubjectPublicKeyInfo. Can be specified multiple times.
+ Use TLS with the Out-of-Band key-pinned privacy profile (:rfc:`7858#section-4.2`).
+ The PIN must be a Base64 encoded SHA-256 hash of the X.509 SubjectPublicKeyInfo.
+ Can be specified multiple times.
**+**\ [\ **no**\ ]\ **tls-hostname**\ =\ *STR*
Use TLS with a remote server hostname check.