You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added RFC 2136 Dynamic DNS Provider Support (BIND with TSIG authentication)
* Added Infoblox DNS Provider Support
* Added configurable DNS verification server for private/local DNS zones
* Fixed issue with Multiple Sans in the CSR
* Infoblox NIOS DNS Provider Support Added
---------
Signed-off-by: Morgan Gangwere <Morgan.gangwere@keyfactor.com>
Co-authored-by: Brian Hill <76450501+bhillkeyfactor@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Comments="DNS server to use for verifying TXT record propagation. For private/local DNS zones, set this to your authoritative DNS server IP (e.g., 10.3.10.37). Leave empty to use public DNS servers (Google, Cloudflare, etc.).",
181
+
Hidden=false,
182
+
DefaultValue="",
183
+
Type="String"
184
+
}
185
+
186
+
//Infoblox DNS
187
+
,
188
+
["Infoblox_Host"]=newPropertyConfigInfo()
189
+
{
190
+
Comments="Infoblox DNS: API URL (e.g., https://infoblox.example.com/wapi/v2.12) only if using Infoblox DNS (Optional)",
191
+
Hidden=false,
192
+
DefaultValue="",
193
+
Type="String"
194
+
},
195
+
["Infoblox_Username"]=newPropertyConfigInfo()
196
+
{
197
+
Comments="Infoblox DNS: Username for authentication only if using Infoblox DNS (Optional)",
198
+
Hidden=false,
199
+
DefaultValue="",
200
+
Type="String"
201
+
},
202
+
["Infoblox_Password"]=newPropertyConfigInfo()
203
+
{
204
+
Comments="Infoblox DNS: Password for authentication only if using Infoblox DNS (Optional)",
0 commit comments