From d02bc12c7e688363a378ae6fe7598a446f27d082 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 13 Jul 2015 21:18:56 -0400 Subject: fixed indent --- docs/x509/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/x509/tutorial.rst b/docs/x509/tutorial.rst index 69cc5be0..54a692d2 100644 --- a/docs/x509/tutorial.rst +++ b/docs/x509/tutorial.rst @@ -42,7 +42,7 @@ are the most common types of keys on the web right now): ... encoding=serialization.Encoding.PEM, ... format=serialization.PrivateFormat.TraditionalOpenSSL, ... encryption_algorithm=serialization.BestAvailableEncryption(b"passphrase"), - ... )) + ... )) If you've already generated a key you can load it with :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key`. -- cgit v1.2.3