Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions lootos.com.storefront.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"providerName": "Loot OS",
"serviceId": "storefront",
"serviceName": "Loot OS storefront",
"version": 1,
"version": 2,
"logoUrl": "https://lootos.com/domain-connect/logo.svg",
"description": "Points a hostname at your Loot OS hosted storefront and lets its sign-in emails come from no-reply@ that hostname. The certificate is issued and renewed automatically once the records resolve.",
"variableDescription": "%target% is the storefront edge hostname the CNAME points at (cdn.lootos.com in production). %endpoint% is the CloudFront routing endpoint behind it, which the _cf-challenge record names so CloudFront can confirm the hostname is meant for this storefront. %dkim1%, %dkim2% and %dkim3% are the Amazon SES Easy DKIM tokens issued for the hostname; the three CNAMEs let sign-in emails be signed as no-reply@ the hostname. Every request is signed; the DNS provider verifies the signature against _dck1.lootos.com.",
"description": "Points a hostname at your Loot OS hosted storefront and lets its sign-in emails come from no-reply@mail. that hostname. The certificate is issued and renewed automatically once the records resolve.",
"variableDescription": "%target% is the storefront edge hostname the CNAME points at (cdn.lootos.com in production). %endpoint% is the CloudFront routing endpoint behind it, which the _cf-challenge record names so CloudFront can confirm the hostname is meant for this storefront. %dkim1%, %dkim2% and %dkim3% are the Amazon SES Easy DKIM tokens issued for mail. the hostname; the three CNAMEs, under that mail. subdomain, let sign-in emails be signed as no-reply@mail. the hostname and leave any mail already on the hostname untouched. Every request is signed; the DNS provider verifies the signature against _dck1.lootos.com.",
"syncBlock": false,
"syncPubKeyDomain": "lootos.com",
"syncRedirectDomain": "lootos.com,lootmonsters.com",
Expand All @@ -27,19 +27,19 @@
},
{
"type": "CNAME",
"host": "%dkim1%._domainkey",
"host": "%dkim1%._domainkey.mail",
"pointsTo": "%dkim1%.dkim.amazonses.com",
"ttl": 300
},
{
"type": "CNAME",
"host": "%dkim2%._domainkey",
"host": "%dkim2%._domainkey.mail",
"pointsTo": "%dkim2%.dkim.amazonses.com",
"ttl": 300
},
{
"type": "CNAME",
"host": "%dkim3%._domainkey",
"host": "%dkim3%._domainkey.mail",
"pointsTo": "%dkim3%.dkim.amazonses.com",
"ttl": 300
}
Expand Down
Loading