forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoentri.com.the-com.json
32 lines (32 loc) · 949 Bytes
/
goentri.com.the-com.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "the-com",
"serviceName": "The.com",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com",
"variableDescription": "webSiteHost is the customer website host, webSitePointsTo is the customer hosted domain name, sslNameVerification and sslValueVerification are to validate the certificate.",
"sharedProviderName": true,
"records": [
{
"type": "CNAME",
"host": "%webSiteHost%",
"pointsTo": "%webSitePointsTo%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%sslNameVerification%.%webSiteHost%",
"pointsTo": "%sslValueVerification%",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"host": "@"
}
]
}