Skip to content

Commit

Permalink
Merge pull request #262 from tauthomas01/shopify-verification
Browse files Browse the repository at this point in the history
Add Shopify verification template as a service provider
  • Loading branch information
wdbaker-godaddy authored Sep 1, 2022
2 parents 0762b8d + 476c7a0 commit dba609d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions shopify.com.verification.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"providerId":"Shopify.com",
"providerName":"Shopify",
"serviceId":"verification",
"serviceName":"Shopify Site and Domain Verification",
"version": 1,
"syncPubKeyDomain":"shopify.com",
"logoUrl":"https://domainconnect.org/wp-content/uploads/2016/08/shopify.png",
"description":"Verifies the proof of domain ownership to work with Shopify",
"variableDescription":"v1 is the shopify hosted domain name, verification is the verification code for the site and ulid is the unique verification code for proof of domain ownership",
"records":[
{
"type":"A",
"host":"@",
"pointsTo":"23.227.38.65",
"ttl":3600
},
{
"type":"CNAME",
"host":"www",
"pointsTo":"%v1%",
"ttl":3600
},
{
"type":"CNAME",
"host":"%verification%",
"pointsTo":"dns-verification.shopify.com",
"ttl":3600
},
{
"type":"TXT",
"host":"shopify_verification",
"data":"%ulid%",
"ttl":3600
}
]
}

0 comments on commit dba609d

Please sign in to comment.