Skip to content

Commit ffddf3a

Browse files
authored
Merge pull request #1244 from sevan/patch-1
2 parents bba3a20 + 40209b1 commit ffddf3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/cmd/cfssl.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tools for
66
* bundling certificates
77
* create private keys, certificate signing requests, and certificates
88
* signing certificate signing requests
9-
* scanning a host to evaluate it's TLS security
9+
* scanning a host to evaluate its TLS security
1010
* signing OCSP requests
1111
* running a CA server
1212
* running an OCSP server
@@ -125,7 +125,7 @@ blank.
125125
constraint of the returned certificates. For example, in order
126126
to issue a intermediate CA certificate with pathlen = 1, we put
127127
{"is_ca": true, "max_path_len":1}. For another example, to
128-
issue a intermediate CA certificate with pathlen = 0, we put
128+
issue an intermediate CA certificate with pathlen = 0, we put
129129
{"is_ca": true, "max_path_len":0, "max_path_len_zero": true}.
130130
Notice the extra "max_path_len_zero" field: Without it, the
131131
intermediate CA certificate will have no pathlen constraint.

0 commit comments

Comments
 (0)