Skip to content

Commit 6fcfccb

Browse files
backkemanssiko
authored andcommitted
Fix lint
1 parent a438c32 commit 6fcfccb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Let the <dfn>certificate serial number</dfn> be the result of the following step
410410
<li>If the agent has never generated an agent certificate:
411411
<ol>
412412
<li>Let the <dfn>certificate serial number base</dfn> be a 32-bit
413-
pseudorandom integer value.</il>
413+
pseudorandom integer value.</li>
414414
<li>Let the <dfn>certificate serial number counter</dfn> be a 32-bit
415415
unsigned integer, initially set to 0.</li>
416416
</ol>
@@ -419,7 +419,7 @@ Let the <dfn>certificate serial number</dfn> be the result of the following step
419419
<ol>
420420
<li>Increment the [=certificate serial number counter=] by one.</li>
421421
<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>
423423
</ol>
424424
</ol>
425425

@@ -447,7 +447,7 @@ The following X.509 v3 fields are to be set as follows:
447447
<li>ECC OID: `1.2.840.10045.2.1`</li>
448448
<li>ECDSA 256 OID: `1.2.840.10045.3.1.7`</li>
449449
<li>DER representation: `301306072a8648ce3d020106082a8648ce3d030107`</li>
450-
</ol>
450+
</ul>
451451
</td>
452452
</tr>
453453
<tr>

network.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ steps:
216216
<li>If the agent has never generated an agent certificate:
217217
<ol>
218218
<li>Let the <dfn>certificate serial number base</dfn> be a 128-bit
219-
[=UUID=].</il>
219+
[=UUID=].</li>
220220
<li>Let the <dfn>certificate serial number counter</dfn> be a 32-bit
221221
unsigned integer, initially set to 0.</li>
222222
</ol>
@@ -225,7 +225,7 @@ steps:
225225
<ol>
226226
<li>Increment the [=certificate serial number counter=] by one.</li>
227227
<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>
229229
</ol>
230230
</ol>
231231

@@ -332,7 +332,7 @@ The following X.509 v3 fields are to be set as follows:
332332
<li>ECC OID: `1.2.840.10045.2.1`</li>
333333
<li>ECDSA 256 OID: `1.2.840.10045.3.1.7`</li>
334334
<li>DER representation: `301306072a8648ce3d020106082a8648ce3d030107`</li>
335-
</ol>
335+
</ul>
336336
</td>
337337
</tr>
338338
<tr>

0 commit comments

Comments
 (0)