Skip to content

Commit a0da5eb

Browse files
committed
doc SSL_CACERTS
1 parent 18305c4 commit a0da5eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/source/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Change Log
55
**Pyro 5.12**
66

77
- fixed error when import Pyro5.server (workaround was to import Pyro5.core before it)
8+
- documented SSL_CACERTS config item
89
- removed Python 3.5 from the support list (it is EOL). Now requires Python 3.6 or newer
910

1011

docs/source/config.rst

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ SSL_REQUIRECLIENTCERT bool False Should the server requ
117117
SSL_CLIENTCERT str *empty str* Location of the client's certificate file
118118
SSL_CLIENTKEY str *empty str* Location of the client's private key file
119119
SSL_CLIENTKEYPASSWD str *empty str* Password for the client's private key
120+
SSL_CACERTS str *empty str* Location of a 'CA' signing certificate (or a directory containing these in PEM format, `"following an OpenSSL specific layout" <https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_verify_locations>`_.)
120121
========================= ======= ======================= =======
121122

122123
.. index::

0 commit comments

Comments
 (0)