File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ Let the <dfn>certificate serial number</dfn> be the result of the following step
410
410
<li> If the agent has never generated an agent certificate:
411
411
<ol>
412
412
<li> Let the <dfn>certificate serial number base</dfn> be a 32-bit
413
- pseudorandom integer value.</il >
413
+ pseudorandom integer value.</li >
414
414
<li> Let the <dfn>certificate serial number counter</dfn> be a 32-bit
415
415
unsigned integer, initially set to 0.</li>
416
416
</ol>
@@ -419,7 +419,7 @@ Let the <dfn>certificate serial number</dfn> be the result of the following step
419
419
<ol>
420
420
<li> Increment the [=certificate serial number counter=] by one.</li>
421
421
<li> Assign the upper 32 bits to the [=certificate serial number base=] .</li>
422
- <li> Assign the lower 32 bits to the [=certificate serial number counter=] .</il >
422
+ <li> Assign the lower 32 bits to the [=certificate serial number counter=] .</li >
423
423
</ol>
424
424
</ol>
425
425
@@ -447,7 +447,7 @@ The following X.509 v3 fields are to be set as follows:
447
447
<li> ECC OID: `1.2.840.10045.2.1`</li>
448
448
<li> ECDSA 256 OID: `1.2.840.10045.3.1.7`</li>
449
449
<li> DER representation: `301306072a8648ce3d020106082a8648ce3d030107`</li>
450
- </ol >
450
+ </ul >
451
451
</td>
452
452
</tr>
453
453
<tr>
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ steps:
216
216
<li> If the agent has never generated an agent certificate:
217
217
<ol>
218
218
<li> Let the <dfn>certificate serial number base</dfn> be a 128-bit
219
- [=UUID=] .</il >
219
+ [=UUID=] .</li >
220
220
<li> Let the <dfn>certificate serial number counter</dfn> be a 32-bit
221
221
unsigned integer, initially set to 0.</li>
222
222
</ol>
@@ -225,7 +225,7 @@ steps:
225
225
<ol>
226
226
<li> Increment the [=certificate serial number counter=] by one.</li>
227
227
<li> Assign the upper 128 bits to the [=certificate serial number base=] .</li>
228
- <li> Assign the lower 32 bits to the [=certificate serial number counter=] .</il >
228
+ <li> Assign the lower 32 bits to the [=certificate serial number counter=] .</li >
229
229
</ol>
230
230
</ol>
231
231
@@ -332,7 +332,7 @@ The following X.509 v3 fields are to be set as follows:
332
332
<li> ECC OID: `1.2.840.10045.2.1`</li>
333
333
<li> ECDSA 256 OID: `1.2.840.10045.3.1.7`</li>
334
334
<li> DER representation: `301306072a8648ce3d020106082a8648ce3d030107`</li>
335
- </ol >
335
+ </ul >
336
336
</td>
337
337
</tr>
338
338
<tr>
You can’t perform that action at this time.
0 commit comments