Skip to content

Commit

Permalink
Merge branch 'Domain-Connect:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
limin12891 authored May 28, 2024
2 parents aafe491 + 90c4c1f commit 7d3d337
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions brevo.com.domain-authentication.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"providerName": "Brevo",
"serviceId": "domain-authentication",
"serviceName": "Brevo Domain Authentication",
"version": 3,
"version": 4,
"syncPubKeyDomain": "brevo.com",
"syncRedirectDomain": "app.brevo.com",
"logoUrl": "https://static.brevo.com/meetings/assets/brevo_logo.png",
"description": "Places TXT record for domain verification and DKIM records to authenticate email sent by Brevo on behalf of the user",
"variableDescription": "The variable %verfication_code% represents a combination of prefix string and a MD5 hash. %dkim_selector% is the DKIM selector for placing the DKIM public key. This needs to be a variable because the selector is dynamically generated. %dkim_public_key% is the DKIM public key. %dmarc_value% is dmarc value. %dkimcname% is cname value where DKIM will point",
"variableDescription": "The variable %verfication_code% represents a combination of prefix string and a MD5 hash. %dkim_selector% and %dkim_selector2% is the DKIM selector for placing the DKIM public key. This needs to be a variable because the selector is dynamically generated. %dkim_public_key% is the DKIM public key. %dmarc_value% is dmarc value. %dkimcname% and %dkimcname2% is cname value where DKIM will point",
"records": [
{
"groupId": "code",
Expand Down Expand Up @@ -39,6 +39,13 @@
"host": "%dkim_selector%._domainkey",
"pointsTo": "%dkimcname%",
"ttl": 3600
},
{
"groupId": "dkim",
"type": "CNAME",
"host": "%dkim_selector2%._domainkey",
"pointsTo": "%dkimcname2%",
"ttl": 3600
}
]
}

0 comments on commit 7d3d337

Please sign in to comment.