File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
** NOTE** : _ This is a proposal for the WG_
4
4
5
5
- [ From product identifier to API endpoint] ( #from-product-identifier-to-api-endpoint )
6
+ - [ Advertising the TEI] ( #advertising-the-tei )
6
7
- [ TEA Discovery - defining an extensible identifier] ( #tea-discovery---defining-an-extensible-identifier )
7
8
- [ The TEI URN: An extensible identifier] ( #the-tei-urn-an-extensible-identifier )
8
9
- [ TEI syntax] ( #tei-syntax )
9
10
- [ TEI types] ( #tei-types )
10
11
- [ TEI resolution using DNS] ( #tei-resolution-using-dns )
11
- - [ Finding the Index using DNS result] ( #finding-the-index-using-dns-result )
12
+ - [ Connecting to the API] ( #connecting-to-the-api )
13
+ - [ Overview: Finding the Index using DNS result] ( #overview-finding-the-index-using-dns-result )
12
14
- [ The TEA Version Index] ( #the-tea-version-index )
13
15
- [ References] ( #references )
14
16
@@ -160,7 +162,7 @@ This is solved by using the ".well-known" name space as defined by the IETF.
160
162
161
163
The name in the DNS name part points to a set of DNS records.
162
164
163
- A TEI with name ` tea.example.com ` queries for ` tea.example.com ` ` A ` and ` AAAA ` records.
165
+ A TEI with ` domain- name` ` tea.example.com ` queries DNS for ` tea.example.com ` , considering ` A ` , ` AAAA ` and ` CNAME ` records.
164
166
These point to the hosts available for the Transparency Exchange API.
165
167
166
168
The TEA client connects to the host using HTTPS and validates the certificate.
You can’t perform that action at this time.
0 commit comments