mirror of https://github.com/python/cpython
ssl docs: Fix typo (GH-32336)
This commit is contained in:
parent
4c92427fb8
commit
9ee2d3a939
|
@ -1548,7 +1548,7 @@ to speed up repeated connections from the same clients.
|
||||||
string must be the path to a single file in PEM format containing the
|
string must be the path to a single file in PEM format containing the
|
||||||
certificate as well as any number of CA certificates needed to establish
|
certificate as well as any number of CA certificates needed to establish
|
||||||
the certificate's authenticity. The *keyfile* string, if present, must
|
the certificate's authenticity. The *keyfile* string, if present, must
|
||||||
point to a file containing the private key in. Otherwise the private
|
point to a file containing the private key. Otherwise the private
|
||||||
key will be taken from *certfile* as well. See the discussion of
|
key will be taken from *certfile* as well. See the discussion of
|
||||||
:ref:`ssl-certificates` for more information on how the certificate
|
:ref:`ssl-certificates` for more information on how the certificate
|
||||||
is stored in the *certfile*.
|
is stored in the *certfile*.
|
||||||
|
|
Loading…
Reference in New Issue