Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/ssl.rst
Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
  • Loading branch information
vstinner and illia-v authored Nov 3, 2022
commit e0b7e862c22190203d6175f046c43cec76ddb41b
2 changes: 1 addition & 1 deletion Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ Combined key and certificate

Often the private key is stored in the same file as the certificate; in this
case, only the ``certfile`` parameter to :meth:`SSLContext.load_cert_chain`
and :meth:`SSLContext.wrap_socket` needs to be passed. If the private key is stored
needs to be passed. If the private key is stored
with the certificate, it should come before the first certificate in
the certificate chain::

Expand Down