File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments