File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ tools for
6
6
* bundling certificates
7
7
* create private keys, certificate signing requests, and certificates
8
8
* signing certificate signing requests
9
- * scanning a host to evaluate it's TLS security
9
+ * scanning a host to evaluate its TLS security
10
10
* signing OCSP requests
11
11
* running a CA server
12
12
* running an OCSP server
@@ -125,7 +125,7 @@ blank.
125
125
constraint of the returned certificates. For example, in order
126
126
to issue a intermediate CA certificate with pathlen = 1, we put
127
127
{"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
129
129
{"is_ca": true, "max_path_len":0, "max_path_len_zero": true}.
130
130
Notice the extra "max_path_len_zero" field: Without it, the
131
131
intermediate CA certificate will have no pathlen constraint.
You can’t perform that action at this time.
0 commit comments