Created
May 3, 2015 04:36
-
-
Save alex/96c37ac7071d0b3fbd07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docs/x509.rst b/docs/x509.rst | |
index 5f36a92..4730319 100644 | |
--- a/docs/x509.rst | |
+++ b/docs/x509.rst | |
@@ -646,7 +646,7 @@ 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. | |
+ 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment