Updated Branches: refs/heads/master 0706a84b8 -> e40dcea4a
Update comments for style and consistency Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e40dcea4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e40dcea4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e40dcea4 Branch: refs/heads/master Commit: e40dcea4a6c925cc34d67244dc4bce77cf95b712 Parents: 2b748ec Author: Filipe David Borba Manana <[email protected]> Authored: Sun Nov 27 17:50:22 2011 +0000 Committer: Filipe David Borba Manana <[email protected]> Committed: Sun Nov 27 17:50:22 2011 +0000 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e40dcea4/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 306f925..d5ee910 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -195,11 +195,11 @@ socket_options = [{keepalive, true}, {nodelay, false}] ;key_file = /full/path/to/server_key.pem ; String containing the user's password. Only used if the private keyfile is password protected. ;password = somepassword -; set to true to validate peer certificates +; Set to true to validate peer certificates. verify_ssl_certificates = false -; file containing a list of peer trusted certificates (PEM format) -; ssl_trusted_certificates_file = /etc/ssl/certs/ca-certificates.crt -; maximum peer certificate depth (must be set even if certificate validation is off) +; File containing a list of peer trusted certificates (in the PEM format). +;ssl_trusted_certificates_file = /etc/ssl/certs/ca-certificates.crt +; Maximum peer certificate depth (must be set even if certificate validation is off). ssl_certificate_max_depth = 3 [compaction_daemon]
