Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c92427 commit 9ee2d3aCopy full SHA for 9ee2d3a
Doc/library/ssl.rst
@@ -1548,7 +1548,7 @@ to speed up repeated connections from the same clients.
1548
string must be the path to a single file in PEM format containing the
1549
certificate as well as any number of CA certificates needed to establish
1550
the certificate's authenticity. The *keyfile* string, if present, must
1551
- point to a file containing the private key in. Otherwise the private
+ point to a file containing the private key. Otherwise the private
1552
key will be taken from *certfile* as well. See the discussion of
1553
:ref:`ssl-certificates` for more information on how the certificate
1554
is stored in the *certfile*.
0 commit comments