commit | 87494d19398334c328f0a0c9bd750f66c14da8e1 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Oct 12 20:46:09 2015 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Oct 12 20:46:09 2015 -0700 |
tree | 18f145de234ba535219430017a40030570de4649 | |
parent | 9adf8c6a55dbf2a6a286324fb381bc4941558739 [diff] |
Indicate the return type of CertificateBuilder.sign
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 87383db..c8c58ef 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst
@@ -503,6 +503,8 @@ 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.