Skip to content

Commit 6ae6c53

Browse files
author
Keyfactor
committed
Update generated docs
1 parent c64359e commit 6ae6c53

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ DNS-01 challenge automation is supported through the following providers:
6060
- **Azure DNS**
6161
- **Cloudflare**
6262
- **NS1**
63+
- **Infoblox**
6364

6465
Additional DNS providers can be added by extending the included `IDnsProvider` interface.
6566

@@ -109,6 +110,7 @@ This plugin automates DNS-01 challenges using pluggable DNS provider implementat
109110
| Azure DNS | Client Secret or Managed Identity | `Azure_TenantId`, `Azure_ClientId`, `Azure_ClientSecret`, `Azure_SubscriptionId` |
110111
| Cloudflare | API Token | `Cloudflare_ApiToken` |
111112
| NS1 | API Key | `Ns1_ApiKey` |
113+
| Infoblox | Username/Password (Basic Auth) | `Infoblox_Host`, `Infoblox_Username`, `Infoblox_Password` |
112114

113115
</details>
114116

@@ -141,9 +143,14 @@ Each provider supports multiple credential strategies:
141143
- **Cloudflare**:
142144
-**Bearer API Token** for zone-level DNS control
143145

144-
- **NS1**:
146+
- **NS1**:
145147
-**API Key** passed in header `X-NSONE-Key`
146148

149+
- **Infoblox**:
150+
-**Username/Password** (Basic Auth via WAPI REST API)
151+
- Optional: `Infoblox_WapiVersion` (defaults to `2.12`)
152+
- Optional: `Infoblox_IgnoreSslErrors` for self-signed certificates
153+
147154
</details>
148155

149156
<details>

0 commit comments

Comments
 (0)