Updated Branches: refs/heads/1.2.x 2be8fe774 -> 7e00c7c3e
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/7e00c7c3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7e00c7c3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7e00c7c3 Branch: refs/heads/1.2.x Commit: 7e00c7c3e77b297e39afc5706882781853072ce7 Parents: db2cbdc 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:51:19 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/7e00c7c3/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index ba01848..796d4db 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -186,11 +186,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]
