From 66a9e099bacdc1f3242e0599ceccc48807584da0 Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:49:13 -0500 Subject: [PATCH 1/4] Create tinkerhost.net.ggssl-verification.json --- tinkerhost.net.ggssl-verification.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tinkerhost.net.ggssl-verification.json diff --git a/tinkerhost.net.ggssl-verification.json b/tinkerhost.net.ggssl-verification.json new file mode 100644 index 00000000..5834ebae --- /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": "host describes the subdomain at which the verification key is avaiable. destination describes the second part of the verification key", + "records": [ + { + "type": "CNAME", + "host": "_%host%", + "pointsTo": "%destination%.sectigo.com", + "ttl": 3600 + } + ] +} From 26ab6a407985e76c99dc88a9b9fdbfb8f3bb0166 Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:26:44 -0600 Subject: [PATCH 2/4] Update tinkerhost.net.tinkermail.json Adds support for TXT record _dmarc. Does not add or change any variables. --- tinkerhost.net.tinkermail.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tinkerhost.net.tinkermail.json b/tinkerhost.net.tinkermail.json index ab4706bb..d3718768 100644 --- a/tinkerhost.net.tinkermail.json +++ b/tinkerhost.net.tinkermail.json @@ -3,7 +3,7 @@ "providerName": "TinkerHost", "serviceId": "tinkermail", "serviceName": "TinkerHost TinkerMail", - "version": 1, + "version": 2, "syncPubKeyDomain": "domainconnect.tinkerhost.net", "syncRedirectDomain": "app.tinkerhost.net", "logoUrl": "https://app.tinkerhost.net/assets/image/th.svg", @@ -51,6 +51,14 @@ "host": "tinkermail_verify", "ttl": 3600, "data": "tmv_%txtverif%" - } + }, + { + "type": "TXT", + "essential": "onApply", + "host": "_dmarc", + "ttl": 3600, + "data": "v=DMARC1;p=none", + "txtConflictMatchingMode": "Prefix", + "txtConflictMatchingPrefix": "v=DMARC1;" ] } From f9413e328206b5d691fe75dba3e5334d14ad4d7f Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:29:58 -0600 Subject: [PATCH 3/4] Update tinkerhost.net.tinkermail.json --- tinkerhost.net.tinkermail.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tinkerhost.net.tinkermail.json b/tinkerhost.net.tinkermail.json index d3718768..ab4706bb 100644 --- a/tinkerhost.net.tinkermail.json +++ b/tinkerhost.net.tinkermail.json @@ -3,7 +3,7 @@ "providerName": "TinkerHost", "serviceId": "tinkermail", "serviceName": "TinkerHost TinkerMail", - "version": 2, + "version": 1, "syncPubKeyDomain": "domainconnect.tinkerhost.net", "syncRedirectDomain": "app.tinkerhost.net", "logoUrl": "https://app.tinkerhost.net/assets/image/th.svg", @@ -51,14 +51,6 @@ "host": "tinkermail_verify", "ttl": 3600, "data": "tmv_%txtverif%" - }, - { - "type": "TXT", - "essential": "onApply", - "host": "_dmarc", - "ttl": 3600, - "data": "v=DMARC1;p=none", - "txtConflictMatchingMode": "Prefix", - "txtConflictMatchingPrefix": "v=DMARC1;" + } ] } From 35005332f5fe7e001aeeb94e99e54a0e1ee38a45 Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:06:33 -0600 Subject: [PATCH 4/4] Update tinkerhost.net.ggssl-verification.json Renamed variable `host` to `verif` --- tinkerhost.net.ggssl-verification.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinkerhost.net.ggssl-verification.json b/tinkerhost.net.ggssl-verification.json index 5834ebae..c463fbc5 100644 --- a/tinkerhost.net.ggssl-verification.json +++ b/tinkerhost.net.ggssl-verification.json @@ -8,11 +8,11 @@ "syncRedirectDomain": "app.tinkerhost.net", "logoUrl": "https://app.tinkerhost.net/assets/image/th.svg", "description": "Verifies a domain name with our SSL provider, GoGetSSL", - "variableDescription": "host describes the subdomain at which the verification key is avaiable. destination describes the second part of the verification key", + "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": "_%host%", + "host": "_%verif%", "pointsTo": "%destination%.sectigo.com", "ttl": 3600 }