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.
14
14
:encoding: utf-8
15
15
16
16
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
+
17
25
.. _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:
20
20
:encoding: utf-8
21
21
22
22
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
+
23
30
.. _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