File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,13 @@ This example demonstrates some basic asyncio techniques.
1414 :encoding: utf-8
1515
1616
17+ You can use ``cert.crt `` and ``cert.key `` files provided within the repository
18+ or generate your own certificates using `OpenSSL `_:
19+
20+ .. code-block :: console
21+
22+ $ openssl req -x509 -newkey rsa:2048 -keyout cert.key -out cert.crt -days 365 -nodes
23+
24+
1725 .. _asyncio : https://docs.python.org/3/library/asyncio.html
26+ .. _OpenSSL : https://openssl-library.org/source/index.html
Original file line number Diff line number Diff line change @@ -20,4 +20,12 @@ The main advantages of this example are:
2020 :encoding: utf-8
2121
2222
23+ You can use ``cert.crt `` and ``cert.key `` files provided within the repository
24+ or generate your own certificates using `OpenSSL `_:
25+
26+ .. code-block :: console
27+
28+ $ openssl req -x509 -newkey rsa:2048 -keyout cert.key -out cert.crt -days 365 -nodes
29+
2330 .. _asyncio : https://docs.python.org/3/library/asyncio.html
31+ .. _OpenSSL : https://openssl-library.org/source/index.html
You can’t perform that action at this time.
0 commit comments