diff --git a/goodroots.work.caa_management.json b/goodroots.work.caa_management.json new file mode 100644 index 00000000..62928d2f --- /dev/null +++ b/goodroots.work.caa_management.json @@ -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 + } + ] +} \ No newline at end of file