diff options
author | Alexander Schultz <derschultz@gmail.com> | 2019-10-28 15:52:30 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2019-11-05 20:55:04 +0100 |
commit | 384d393ea834c2c847b6af3c3c30b970bd877a96 (patch) | |
tree | 586fcdb4cb88858fc0bbf54e98d3b7e89318a10f /doc/man_kdig.rst | |
parent | tests: mute Clang 8 warnings (diff) | |
download | knot-384d393ea834c2c847b6af3c3c30b970bd877a96.tar.xz knot-384d393ea834c2c847b6af3c3c30b970bd877a96.zip |
Add support for requiring a valid stapled OCSP response for the server certificate when connecting via TLS.
Diffstat (limited to 'doc/man_kdig.rst')
-rw-r--r-- | doc/man_kdig.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man_kdig.rst b/doc/man_kdig.rst index 963b47ae2..4c17b84b6 100644 --- a/doc/man_kdig.rst +++ b/doc/man_kdig.rst @@ -242,6 +242,9 @@ Options **+**\ [\ **no**\ ]\ **tls-certfile**\ =\ *FILE* Use TLS with a client certfile. +**+**\ [\ **no**\ ]\ **require-stapled** + Require a valid stapled OCSP response for the server certificate when using TLS. + **+**\ [\ **no**\ ]\ **nsid** Request the nameserver identifier (NSID). |