forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheasydigz.com.custom-domain-ssl.json
More file actions
32 lines (32 loc) · 1.12 KB
/
easydigz.com.custom-domain-ssl.json
File metadata and controls
32 lines (32 loc) · 1.12 KB
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": "easydigz.com",
"providerName": "EasyDigz",
"serviceId": "custom-domain-ssl",
"serviceName": "Custom Domain with SSL",
"version": 1,
"logoUrl": "https://easydigz.com/assets/EasyDigz-HorizontalLogo-Black.svg",
"description": "Connect your subdomain to the EasyDigz platform with SSL certificate provisioning. Creates a CNAME record for routing and TXT records for domain verification and SSL validation.",
"variableDescription": "target: The proxy server to point the CNAME to; verificationToken: Domain ownership verification token; acmeChallenge: SSL certificate validation token",
"warnPhishing": true,
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "%target%",
"ttl": 3600
},
{
"type": "TXT",
"host": "_cf-custom-hostname",
"data": "%verificationToken%",
"ttl": 3600
},
{
"type": "TXT",
"host": "_acme-challenge",
"data": "%acmeChallenge%",
"ttl": 3600
}
]
}