aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-10-12 20:46:09 -0700
committerBenjamin Peterson <benjamin@python.org>2015-10-12 20:46:09 -0700
commit87494d19398334c328f0a0c9bd750f66c14da8e1 (patch)
tree18f145de234ba535219430017a40030570de4649 /docs/x509
parent9adf8c6a55dbf2a6a286324fb381bc4941558739 (diff)
downloadcryptography-87494d19398334c328f0a0c9bd750f66c14da8e1.tar.gz
cryptography-87494d19398334c328f0a0c9bd750f66c14da8e1.tar.bz2
cryptography-87494d19398334c328f0a0c9bd750f66c14da8e1.zip
Indicate the return type of CertificateBuilder.sign
Diffstat (limited to 'docs/x509')
-rw-r--r--docs/x509/reference.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 87383db1..c8c58efb 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -503,6 +503,8 @@ X.509 Certificate Builder
handled by whoever reads the certificate.
.. method:: sign(private_key, algorithm, backend)
+
+ :type: :class:`~cryptography.x509.Certificate`
Sign the certificate using the CA's private key.