forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathastermd.com.domain-setup.json
More file actions
27 lines (27 loc) · 873 Bytes
/
Copy pathastermd.com.domain-setup.json
File metadata and controls
27 lines (27 loc) · 873 Bytes
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
{
"providerId": "astermd.com",
"providerName": "AsterMD",
"serviceId": "domain-setup",
"serviceName": "AsterMD Custom Domain",
"version": 1,
"logoUrl": "https://www.astermd.com/logo-cf.svg",
"description": "Connect your custom domain to AsterMD. Adds a CNAME pointing to your CloudFront distribution and a TXT record for CloudFront domain ownership verification.",
"variableDescription": "cloudfront_domain: The CloudFront distribution domain assigned to your AsterMD tenant (e.g. xxxxx.cloudfront.net).",
"syncBlock": false,
"syncPubKeyDomain": "domainconnect.astermd.com",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "%cloudfront_domain%",
"ttl": 3600
},
{
"type": "TXT",
"host": "_cf-challenge",
"data": "%cloudfront_domain%",
"ttl": 3600
}
]
}