diff --git a/network.bs b/network.bs index 5274053..f902d39 100644 --- a/network.bs +++ b/network.bs @@ -236,7 +236,7 @@ Each time the agent changes its DNS-SD [=Service Instance Name=] or [=certificate serial number=] it must compute an agent hostname as follows. -1. Set hexSerialNumber to the [[!RFC4648|base64]] encoded +1. Set base64SerialNumber to the [[!RFC4648|base64]] encoded [=certificate serial number=]. 1. Set encodedInstanceName to the result of the following: 1. Replace any character in the DNS-SD Instance Name other @@ -245,7 +245,7 @@ follows. 1. Replace any character in the DNS-SD Domain Name other than `[A-Za-z0-9-]` with a hyphen `-`. 1. Set the [=agent hostname=] to the string - hexSerialNumber + `.` + encodedInstanceName + `.` + encodedDomain + base64SerialNumber + `.` + encodedInstanceName + `.` + encodedDomain TODO: Add an appendix with examples of metadata, DNS-SD records and certificate fields for an advertising agent.