diff --git a/tinkerhost.net.ggssl-verification.json b/tinkerhost.net.ggssl-verification.json new file mode 100644 index 00000000..c463fbc5 --- /dev/null +++ b/tinkerhost.net.ggssl-verification.json @@ -0,0 +1,20 @@ +{ + "providerId": "tinkerhost.net", + "providerName": "TinkerHost", + "serviceId": "ggssl-verification", + "serviceName": "TinkerHost", + "version": 1, + "syncPubKeyDomain": "domainconnect.tinkerhost.net", + "syncRedirectDomain": "app.tinkerhost.net", + "logoUrl": "https://app.tinkerhost.net/assets/image/th.svg", + "description": "Verifies a domain name with our SSL provider, GoGetSSL", + "variableDescription": "verif describes the subdomain at which the verification key is avaiable. destination describes the second part of the verification key", + "records": [ + { + "type": "CNAME", + "host": "_%verif%", + "pointsTo": "%destination%.sectigo.com", + "ttl": 3600 + } + ] +}