Skip to content

Commit

Permalink
Create goentri.com.caa-test.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyndearaujo-goentri committed Oct 23, 2023
1 parent 0ad0782 commit 6a7bd61
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions goentri.com.caa-test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "caa-test",
"serviceName": "Caa-test",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"variableDescription": "caaPointsTo is specify which certificate authorities are allowed to issue certificates and tag can be wild or issuer",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"sharedProviderName": true,
"records": [
{
"type": "CAA",
"host": "@",
"pointsTo": "%caaPointsTo%",
"ttl": 3600,
"tag": "%tag%",
"flags": 0
}
]
}

0 comments on commit 6a7bd61

Please sign in to comment.