From 9ca4851c33cbe7790b280bcafc0c89b96883f48b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 16 Jul 2015 07:03:40 -0400 Subject: fix --- docs/x509/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/x509/tutorial.rst') diff --git a/docs/x509/tutorial.rst b/docs/x509/tutorial.rst index 54a692d2..bcaec809 100644 --- a/docs/x509/tutorial.rst +++ b/docs/x509/tutorial.rst @@ -45,7 +45,7 @@ are the most common types of keys on the web right now): ... )) If you've already generated a key you can load it with -:func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key`. +:func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key`. Next we need to generate a certificate signing request. A typical CSR contains a few details: -- cgit v1.2.3