From fd1444cfa97bb897eaee6ceca35175357317623b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 21 Mar 2015 19:47:05 -0500 Subject: review feedback doc updates --- docs/x509.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/x509.rst') diff --git a/docs/x509.rst b/docs/x509.rst index 18f6ff18..80242581 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -304,7 +304,7 @@ X.509 Extensions .. attribute:: path_length - :type: int, None + :type: int or None The maximum path length for certificates subordinate to this certificate. This attribute only has meaning if ``ca`` is true. @@ -313,7 +313,7 @@ X.509 Extensions If it is zero or greater then that number defines the maximum length. For example, a ``path_length`` of 1 means the certificate can sign a subordinate CA, but the subordinate CA is not allowed to create - ``ca`` true certificates. + subordinates with ``ca`` set to true. Object Identifiers -- cgit v1.2.3