From 1ae7653fcb027ddc0b201d50a011678c93186b11 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 6 Aug 2015 12:37:10 +0100 Subject: rename sign_x509_certificate backend method to create_x509_certificate --- docs/hazmat/backends/interfaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/backends/interfaces.rst') diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index b6b59764..442bd0de 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -550,7 +550,7 @@ A specific ``backend`` may provide one or more of these interfaces. :returns: A new object with the :class:`~cryptography.x509.CertificateSigningRequest` interface. - .. method:: sign_x509_certificate(builder, private_key, algorithm) + .. method:: create_x509_certificate(builder, private_key, algorithm) .. versionadded:: 1.0 -- cgit v1.2.3