Commit 1e8b07c6 authored by Brian Brazil's avatar Brian Brazil

Merge pull request #453 from gregorygtseng/tls-servername-docs

Update docs for server_name in <tls_config>
parents 530aa19b 264948db
...@@ -211,6 +211,10 @@ A `tls_config` allows configuring TLS connections. ...@@ -211,6 +211,10 @@ A `tls_config` allows configuring TLS connections.
[ cert_file: <filename> ] [ cert_file: <filename> ]
[ key_file: <filename> ] [ key_file: <filename> ]
# ServerName extension to indicate the name of the server.
# http://tools.ietf.org/html/rfc4366#section-3.1
[ server_name: <string> ]
# Disable validation of the server certificate. # Disable validation of the server certificate.
[ insecure_skip_verify: <boolean> ] [ insecure_skip_verify: <boolean> ]
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment