aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-03 10:01:04 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-03 10:01:04 -0400
commit99c5f1554b1dd1109a220fe56d79f8ad4c74250c (patch)
tree5a8b130e10dd28cd2c5ffd88af8a27044a15c18d
parent04ee495f2b8c9d0d4f9d0a5462901feeeb7eba0c (diff)
downloadcryptography-99c5f1554b1dd1109a220fe56d79f8ad4c74250c.tar.gz
cryptography-99c5f1554b1dd1109a220fe56d79f8ad4c74250c.tar.bz2
cryptography-99c5f1554b1dd1109a220fe56d79f8ad4c74250c.zip
Attempt to make the BasicConstraints.path_length docs more clear
-rw-r--r--docs/x509.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 5f36a921..a69c4263 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -646,10 +646,10 @@ X.509 Extensions
certificate. This attribute only has meaning if ``ca`` is true.
If ``ca`` is true then a path length of None means there's no
restriction on the number of subordinate CAs in the certificate chain.
- 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
- subordinates with ``ca`` set to true.
+ If it is zero or greater then it defines the maximum length for a
+ subordinate CA's certificate chain. For example, a ``path_length`` of 1
+ means the certificate can sign a subordinate CA, but the subordinate CA
+ is not allowed to create subordinates with ``ca`` set to true.
.. class:: ExtendedKeyUsage