Skip to content

Commit 04718ad

Browse files
Avoid naming confusion.
SHA: 84c3e07 Reason: push, by anssiko Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02cbf4b commit 04718ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

network.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<meta content="Bikeshed version 9a7a6709a, updated Tue May 27 16:45:34 2025 -0700" name="generator">
99
<link href="https://w3c.github.io/openscreenprotocol/network.html" rel="canonical">
10-
<meta content="6fcfccb97d4abe6a348719217dd57c5e66cae27f" name="revision">
10+
<meta content="84c3e07ab6acd85cff2a37681a3efe2d7f473d83" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>
@@ -923,7 +923,7 @@ <h3 class="heading settled" data-level="3.3" id="computing-agent-hostname"><span
923923
follows.</p>
924924
<ol>
925925
<li data-md>
926-
<p>Set <var>hexSerialNumber</var> to the <a data-link-type="biblio" href="#biblio-rfc4648" title="The Base16, Base32, and Base64 Data Encodings">base64</a> encoded <a data-link-type="dfn" href="#certificate-serial-number" id="ref-for-certificate-serial-number①">certificate serial number</a>.</p>
926+
<p>Set <var>base64SerialNumber</var> to the <a data-link-type="biblio" href="#biblio-rfc4648" title="The Base16, Base32, and Base64 Data Encodings">base64</a> encoded <a data-link-type="dfn" href="#certificate-serial-number" id="ref-for-certificate-serial-number①">certificate serial number</a>.</p>
927927
<li data-md>
928928
<p>Set <var>encodedInstanceName</var> to the result of the following:</p>
929929
<ol>
@@ -939,7 +939,7 @@ <h3 class="heading settled" data-level="3.3" id="computing-agent-hostname"><span
939939
than <code>[A-Za-z0-9-]</code> with a hyphen <code>-</code>.</p>
940940
</ol>
941941
<li data-md>
942-
<p>Set the <a data-link-type="dfn" href="#agent-hostname" id="ref-for-agent-hostname">agent hostname</a> to the string <var>hexSerialNumber</var> + <code>.</code> + <var>encodedInstanceName</var> + <code>.</code> + <var>encodedDomain</var></p>
942+
<p>Set the <a data-link-type="dfn" href="#agent-hostname" id="ref-for-agent-hostname">agent hostname</a> to the string <var>base64SerialNumber</var> + <code>.</code> + <var>encodedInstanceName</var> + <code>.</code> + <var>encodedDomain</var></p>
943943
</ol>
944944
<p>TODO: Add an appendix with examples of metadata, DNS-SD records and certificate
945945
fields for an advertising agent.</p>

0 commit comments

Comments
 (0)