diff --git a/integration-manifest.json b/integration-manifest.json index 083cffa..9bfda2b 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": "LuaDNS DNS Plugin", - "status": "production", "support_level": "kf-supported", + "status": "production", "update_catalog": true, "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.",