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
20 changes: 20 additions & 0 deletions goodroots.work.caa_management.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"providerId": "goodroots.work",
"providerName": "Good Roots Work",
"serviceId": "caa_management",
"serviceName": "CAA Policy Management",
"version": 1,
"logoUrl": "https://goodroots.work/goodroots.svg",
"description": "Provides tooling to manage error free RFC compliant best practice CAA policy records for a domain, subdomain or specific hostname.",
"variableDescription": "%flags%: flags for the CAA record, typically 0, or 128 to indicate critical; %tag%: tag for the CAA record; %value%: value for the CAA record;",
"syncPubKeyDomain": "caa.goodroots.work",
"multiInstance": true,
"records": [
{
"type": "CAA",
"host": "@",
"data": "%flags% %tag% \"%value%\"",
"ttl": 300
}
]
}