Add heybrand.ai page-subdomain and page-apex templates#1443
Open
emabellor wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two new templates for heybrand (providerId
heybrand.ai), a personal-brand website builder. Customers connect their own domain to a page hosted on our platform:heybrand.ai.page-subdomain.json— serve a page on a subdomain the customer picks (hostRequired): one CNAME to our platform target plus the two TLS/ownership validation TXT records.heybrand.ai.page-apex.json— serve a page on a root domain: A/AAAA to our proxy, an ACME delegation CNAME for certificate issuance/renewal at the apex, and awwwCNAME (which serves the page) with its two validation TXT records.Both templates use the signed synchronous flow (
syncPubKeyDomain: heybrand.ai; keys are published atdckey1.heybrand.ai).Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserver — N/A,logoUrlis not setChecklist of common problems
syncPubKeyDomainis set — publicly resolvable atdckey1.heybrand.ai(TXT,p=1/p=2split, RS256/x509)warnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis set (the synchronous flow usesredirect_uri)txtConflictMatchingModeis set on every TXT record that must be unique per label (Allon all validation TXTs)%ssltxt%,%ownertxt%,%wwwssltxt%,%wwwownertxt%) are exact validation tokens issued by the CA / hosting platform (ACME DNS-01 challenge values and ownership-verification tokens); a fixed prefix would make validation fail. Misuse is mitigated by the signed sync flow: apply URLs must be signed with our key (syncPubKeyDomain), so third parties cannot populate these variables.hostlabel — allhostvalues are fixed (@,www,_acme-challenge,_cf-custom-hostname,_acme-challenge.www,_cf-custom-hostname.www)hostfield to create a subdomain —page-subdomainuseshostRequired+ the standardhostparameter with records relative to it%host%does not appear explicitly in anyhostattributeessentialis set toOnApplyon the one-time validation TXT records (certificate renewals do not need them; users may clean them up)Online Editor test results
Editor test link(s):