diff --git a/enigmasuite.com.custom-domain.json b/enigmasuite.com.custom-domain.json new file mode 100644 index 00000000..9e744f45 --- /dev/null +++ b/enigmasuite.com.custom-domain.json @@ -0,0 +1,16 @@ +{ + "providerId": "enigmasuite.com", + "providerName": "EnigmaSuite", + "serviceId": "custom-domain", + "serviceName": "EnigmaSuite Custom Domain", + "hostRequired": true, + "syncRedirectDomain": "app.enigmasuite.com", + "records": [ + { + "type": "CNAME", + "host": "%host%", + "pointsTo": "%TARGET_HOST%", + "ttl": 3600 + } + ] + } diff --git a/enigmasuite.com.domain-ownership.json b/enigmasuite.com.domain-ownership.json new file mode 100644 index 00000000..158c0205 --- /dev/null +++ b/enigmasuite.com.domain-ownership.json @@ -0,0 +1,15 @@ +{ + "providerId": "enigmasuite.com", + "providerName": "EnigmaSuite", + "serviceId": "domain-ownership", + "serviceName": "EnigmaSuite Domain Ownership Verification", + "syncRedirectDomain": "app.enigmasuite.com", + "records": [ + { + "type": "TXT", + "host": "_verify", + "data": "%VERIFICATION_TOKEN%", + "ttl": 300 + } + ] + }