From 6d7e39b039c6c1f56084088b96a4a73566b25844 Mon Sep 17 00:00:00 2001 From: Andre Caron Date: Sun, 31 May 2015 18:10:04 -0400 Subject: Adds updates docs for method chaining in CSR builder. --- docs/x509.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/x509.rst b/docs/x509.rst index 8507edc1..f79f630c 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -479,15 +479,18 @@ X.509 CSR (Certificate Signing Request) Builder Object .. method:: set_version(version) - :param version: The :class:`Version` of the X.509 protocol. + :param version: The :class:`Version` of the X.509 protocol. + :returns: A new `CertificateSigningRequestBuilder`. .. method:: set_subject_name(name) :param name: The :class:`Name` of the certificate subject. + :returns: A new `CertificateSigningRequestBuilder`. .. method:: add_extension(extension) :param extension: The :class:`Extension` to add to the request. + :returns: A new `CertificateSigningRequestBuilder`. .. method:: sign(backend, private_key, algorithm) -- cgit v1.2.3