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
Copy file name to clipboardExpand all lines: AcmeCaPlugin/AcmeCaPluginConfig.cs
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,15 @@ public static Dictionary<string, PropertyConfigInfo> GetPluginAnnotations()
202
202
Hidden=true,
203
203
DefaultValue="",
204
204
Type="Secret"
205
+
},
206
+
207
+
// DNS Verification Settings
208
+
["DnsVerificationServer"]=newPropertyConfigInfo()
209
+
{
210
+
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.).",
0 commit comments