Merge pull request #265 from weiss/mention-starttls-required

Mention "starttls_required" option in sample configuration file
This commit is contained in:
Evgeny Khramtsov 2014-07-28 11:06:59 +04:00
commit 5d79dff4f3
1 changed files with 6 additions and 1 deletions

View File

@ -108,11 +108,16 @@ listen:
##
## If TLS is compiled in and you installed a SSL
## certificate, specify the full path to the
## file and uncomment this line:
## file and uncomment these lines:
##
## certfile: "/path/to/ssl.pem"
## starttls: true
##
## To enforce TLS encryption for client connections,
## use this instead of the "starttls" option:
##
## starttls_required: true
##
## Custom OpenSSL options
##
## protocol_options: