mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
plugin/tls: make CA parameter optional (#1800)
This commit is contained in:
committed by
John Belamaric
parent
8026dc2560
commit
bffb955f69
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user