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
2 changes: 1 addition & 1 deletion integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Loading