Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add domain verification configuration for S4E platform (#589)
# Description Added the domain verification template for S4E to include a unique verification text for each domain. This addition ensures that each domain receives a distinct verification code during the setup process. ## Type of change Please mark options that are relevant. - [x] New template - [ ] Bug fix (non-breaking change which fixes an issue in the template) - [ ] New feature (non-breaking change which adds functionality to the template) - [ ] Breaking change (fix or feature that would cause existing template behavior to be not backward compatible) # How Has This Been Tested? Please mark the following checks done - [x] Schema validated using JSON Schema [template.schema](./template.schema) - [x] Template functionality checked using [Online Editor](https://domainconnect.paulonet.eu/dc/free/templateedit) - [x] Template is checked using [template linter](https://github.com/Domain-Connect/dc-template-linter) - [x] Template file name follows the pattern `<providerId>.<serviceId>.json` # Example variable values ``` domain: example.com host: @ verify_text: 2390fdacda61c067f81dd8e4dababf9c ``` ``` "testData": { "s4e-test": { "variables": { "domain": "example.com", "host": "@", "verify_text": "2390fdacda61c067f81dd8e4dababf9c" }, "results": [ { "type": "TXT", "name": "@", "ttl": 3600, "data": "\"s4e-site-verification=2390fdacda61c067f81dd8e4dababf9c\"" } ] } } ```
- Loading branch information