We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc498a commit 3cb92d5Copy full SHA for 3cb92d5
docs/faq.rst
@@ -17,6 +17,11 @@ extract the public or private keys from a x509 certificate in PEM format.
17
public_key = cert_obj.public_key()
18
private_key = cert_obj.private_key()
19
20
+.. note:: These instructions are for Python 2.
21
+ For Python 3, call ``encode()`` on ``cert_str`` to convert it
22
+ into bytes before calling ``load_pem_x509_certificate``.
23
+
24
25
I'm using Google App Engine and can't install `cryptography`, what can I do?
26
----------------------------------------------------------------------------
27
0 commit comments