aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/x509.py')
-rw-r--r--src/cryptography/x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py
index a831506e..f35582b0 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -1740,7 +1740,7 @@ class CertificateBuilder(object):
self._not_valid_after, self._extensions + [extension]
)
- def sign(self, backend, private_key, algorithm):
+ def sign(self, private_key, algorithm, backend):
"""
Signs the certificate using the CA's private key.
"""