diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-13 21:18:56 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-13 21:18:56 -0400 |
commit | d02bc12c7e688363a378ae6fe7598a446f27d082 (patch) | |
tree | 602383fce35ec8d448b2049f7457051b1c30d523 /docs/x509 | |
parent | 5bcd8e88c4e81d1a1581213118fea6a8ff416cfb (diff) | |
download | cryptography-d02bc12c7e688363a378ae6fe7598a446f27d082.tar.gz cryptography-d02bc12c7e688363a378ae6fe7598a446f27d082.tar.bz2 cryptography-d02bc12c7e688363a378ae6fe7598a446f27d082.zip |
fixed indent
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/tutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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`. |