Skip to content

Commit e238c93

Browse files
Document addition of --ssl-certificate-chain-file option for mod_wsgi-express.
1 parent 62c26d4 commit e238c93

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/release-notes/version-4.4.23.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ Version 4.4.23 of mod_wsgi can be obtained from:
99
For details on the availability of Windows binaries see:
1010

1111
https://github.com/GrahamDumpleton/mod_wsgi/tree/master/win32
12+
13+
New Features
14+
------------
15+
16+
1. Added the ``--ssl-certificate-chain-file`` option to
17+
``mod_wsgi-express``, for specifying the path to a file containing the
18+
certificates of Certification Authorities (CA) which form the certificate
19+
chain of the server certificate. This is equivalent to having used the
20+
Apache ``SSLCertificateChainFile`` directive.

0 commit comments

Comments
 (0)