diff --git a/integration-manifest.json b/integration-manifest.json index 723e4bb..338fd07 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -2,8 +2,8 @@ "$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json", "integration_type": "dns-plugin", "name": "Microsoft Active Directory DNS Plugin", - "status": "production", "support_level": "kf-supported", + "status": "production", "update_catalog": true, "link_github": true, "description": "DNS domain-control validation provider for Microsoft Windows Server DNS (traditional and Active Directory-integrated). Implements the IDomainValidator interface to create, manage, and clean up DNS records (TXT for ACME dns-01, CNAME for CNAME-based DCV) by running the built-in DnsServer PowerShell cmdlets on the target DNS server over WinRM remote PowerShell. V1 is Windows-only.",