diff options
Diffstat (limited to 'plugin/tls/README.md')
-rw-r--r-- | plugin/tls/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugin/tls/README.md b/plugin/tls/README.md index 305c7772e..8a985cec7 100644 --- a/plugin/tls/README.md +++ b/plugin/tls/README.md @@ -22,9 +22,11 @@ wire data of a DNS message. ## Syntax ~~~ txt -tls CERT KEY CA +tls CERT KEY [CA] ~~~ +Parameter CA is optional. If not set, system CAs can be used to verify the client certificate + ## Examples Start a DNS-over-TLS server that picks up incoming DNS-over-TLS queries on port 5553 and uses the |