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 @@ -236,7 +236,7 @@ Each time the agent changes its DNS-SD [=Service Instance Name=] or
236236[=certificate serial number=] it must compute an <dfn>agent hostname</dfn> as
237237follows.
238238
239- 1. Set <var> hexSerialNumber </var> to the [[!RFC4648|base64]] encoded
239+ 1. Set <var> base64SerialNumber </var> to the [[!RFC4648|base64]] encoded
240240 [=certificate serial number=] .
2412411. Set <var> encodedInstanceName</var> to the result of the following:
242242 1. Replace any character in the DNS-SD Instance Name other
@@ -245,7 +245,7 @@ follows.
245245 1. Replace any character in the DNS-SD Domain Name other
246246 than `[A-Za-z0-9-] ` with a hyphen `-`.
2472471. Set the [=agent hostname=] to the string
248- <var> hexSerialNumber </var> + `.` + <var> encodedInstanceName</var> + `.` + <var> encodedDomain</var>
248+ <var> base64SerialNumber </var> + `.` + <var> encodedInstanceName</var> + `.` + <var> encodedDomain</var>
249249
250250TODO: Add an appendix with examples of metadata, DNS-SD records and certificate
251251fields for an advertising agent.
You can’t perform that action at this time.
0 commit comments