Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
d5f44000
Commit
d5f44000
authored
Jun 24, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc fixes
parent
9f97ea8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
32 deletions
+8
-32
doc/README.rst
doc/README.rst
+8
-32
No files found.
doc/README.rst
View file @
d5f44000
...
@@ -128,9 +128,8 @@ SSL
...
@@ -128,9 +128,8 @@ SSL
---
---
ZEO supports the use of SSL connections between servers and clients,
ZEO supports the use of SSL connections between servers and clients,
including certificate authentication.
including certificate authentication. We're still understanding use
cases for this, so details of operation may change.
Installing software
Installing software
===================
===================
...
@@ -319,13 +318,14 @@ subsection of the ZEO section, as in::
...
@@ -319,13 +318,14 @@ subsection of the ZEO section, as in::
The ``ssl`` section has settings:
The ``ssl`` section has settings:
certificate
certificate
The path to an SSL certificate file for the server.
The path to an SSL certificate file for the server.
(required)
key
key
The path to the SSL key file for the server certificate.
The path to the SSL key file for the server certificate (if not
included in certificate file).
password-function
password-function
A
dotted name if an importable function that, when imported, returns
The
dotted name if an importable function that, when imported, returns
the password needed to unlock the key (if the key requires a password.)
the password needed to unlock the key (if the key requires a password.)
authenticate
authenticate
...
@@ -550,31 +550,6 @@ blob-cache-size-check
...
@@ -550,31 +550,6 @@ blob-cache-size-check
reduction. The defaukt is 10 (percent). This controls how often to
reduction. The defaukt is 10 (percent). This controls how often to
remove blobs from the cache.
remove blobs from the cache.
ssl-certificate
The full path to an SSL certificate file. For the client. This
is needed if the server requires client authentication.
ssl-key
The full path to an SSL key file for the client certificate.
ssl-server-certificates
The full path to a file containing server certificates to be
authenticated.
ssl-server-certificate-directory
The full path to a directory containing server certificates to be
authenticated.
ssl-check-hostname
Set this to true to require checking of the server's host name.
ssl-server-hostname
Host name to use for SSL host name checks.
If using SSL and ``ssl-check-hostname`` then use this as the
value to check. If an address is a host/port pair, then this
defaults to the host in the address.
read-only
read-only
Set to true for a read-only connection.
Set to true for a read-only connection.
...
@@ -639,7 +614,8 @@ certificate
...
@@ -639,7 +614,8 @@ certificate
needed to allow the server to authenticate the client.
needed to allow the server to authenticate the client.
key
key
The path to the SSL key file for the client certificate.
The path to the SSL key file for the client certificate (if not
included in the certificate file).
password-function
password-function
A dotted name if an importable function that, when imported, returns
A dotted name if an importable function that, when imported, returns
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment