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 05f5f65 commit e7a42f7Copy full SHA for e7a42f7
1 file changed
Doc/library/http.server.rst
@@ -65,9 +65,11 @@ handler. Code to create and run the server looks like this::
65
A *password* can be specified for files protected and wrapped with PKCS#8,
66
but beware that this could possibly expose hardcoded passwords in clear.
67
68
- .. seealso:: You can learn more about how SSL works because the *certfile*,
69
- *keyfile* and *password* parameters are passed to the
70
- :meth:`ssl.SSLContext.load_cert_chain`.
+ .. seealso::
+
+ See :meth:`ssl.SSLContext.load_cert_chain` for additional
71
+ information on the accepted values for *certfile*, *keyfile*
72
+ and *password*.
73
74
When specified, the *alpn_protocols* argument must be a sequence of strings
75
specifying the "Application-Layer Protocol Negotiation" (ALPN) protocols
0 commit comments