Skip to content

Commit

Permalink
Merge pull request Domain-Connect#258 from Thekkedath/entri-edits
Browse files Browse the repository at this point in the history
Entri edits
  • Loading branch information
wdbaker-godaddy authored Aug 16, 2022
2 parents 760855a + 9a034c4 commit f342311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions goentri.com.clickfunnels.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com",
"variableDescription": "verificationValue is the value that is used to verify domain ownership,clusterValue is the cluster assigned to the domain,websiteId is the id of website, keyValue is the generated key value",
"variableDescription": "verificationValue is the value that is used to verify domain ownership,clusterValue is the cluster assigned to the domain,websiteId is the id of website, keyValue is the generated key value, websiteHost is the host value",
"sharedProviderName": true,
"hostRequired": true,
"records": [
{
"type": "TXT",
"host": "%domainapex%.",
"host": "@",
"data": "clickfunnels-domain-verification=%verificationValue%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "@",
"host": "%websiteHost%",
"pointsTo": "%clusterValue%",
"ttl": 3600
},
Expand Down
3 changes: 1 addition & 2 deletions goentri.com.the-com.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"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,
"hostRequired": true,
"records": [
{
"type": "CNAME",
Expand All @@ -30,4 +29,4 @@
"host": "@"
}
]
}
}

0 comments on commit f342311

Please sign in to comment.