diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |