diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-03 12:53:41 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-03 12:53:41 -0500 |
commit | 38478bf890eae525c2c5061ea7ae17db708b2b39 (patch) | |
tree | 48d153a100cc63c5485ac458457b55066efe9ddb | |
parent | 25b1398738e74fe3eb5c4557aacfb897dd2caef4 (diff) | |
parent | 99c5f1554b1dd1109a220fe56d79f8ad4c74250c (diff) | |
download | cryptography-38478bf890eae525c2c5061ea7ae17db708b2b39.tar.gz cryptography-38478bf890eae525c2c5061ea7ae17db708b2b39.tar.bz2 cryptography-38478bf890eae525c2c5061ea7ae17db708b2b39.zip |
Merge pull request #1894 from alex/try-to-english-better
Attempt to make the BasicConstraints.path_length docs more clear
-rw-r--r-- | docs/x509.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index 7cfc74e8..f9c9af2f 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -682,10 +682,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 |