Skip to content

Commit

Permalink
Add TinkerHost Free SSL Verification (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Nov 7, 2024
2 parents 602c9d5 + 3500533 commit 7be2a1d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tinkerhost.net.ggssl-verification.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit 7be2a1d

Please sign in to comment.