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
6 changes: 3 additions & 3 deletions integration-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading