diff --git a/integration-manifest.json b/integration-manifest.json index 2af2483..67281ea 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -1,11 +1,11 @@ { "$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json", - "integration_type": "dns-plugin", "name": "LuaDNS DNS Plugin", - "status": "production", + "integration_type": "dns-plugin", "support_level": "kf-supported", + "status": "production", "update_catalog": true, - "link_github": false, + "link_github": true, "description": "DNS-01 challenge validation provider using LuaDNS. Implements the IDomainValidator interface to create, manage, and clean up DNS TXT records in LuaDNS-hosted zones for ACME domain validation. Authenticates via HTTP Basic auth using the account's username (email) and API key.", "release_dir": "Keyfactor.DnsProvider.LuaDns/bin/Release", "release_project": "Keyfactor.DnsProvider.LuaDns/Keyfactor.DnsProvider.LuaDns.csproj",