Skip to content

Commit c77b510

Browse files
author
Keyfactor
committed
Update generated docs
1 parent 109b639 commit c77b510

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ The RFC 2136 provider enables ACME DNS-01 challenges with on-premise DNS servers
336336
* **WindowsDns_Zone** - Windows DNS: Zone name (e.g., test.local) (Optional)
337337
* **WindowsDns_Username** - Windows DNS: Username for remote server (domain\user format) (Optional)
338338
* **WindowsDns_Password** - Windows DNS: Password for remote server (Optional)
339+
* **DnsVerificationServer** - 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.).
339340
340341
2. Define [Certificate Profiles](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/AddCP-Gateway.htm) and [Certificate Templates](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/AddCA-Gateway.htm) for the Certificate Authority as required. One Certificate Profile must be defined per Certificate Template. It's recommended that each Certificate Profile be named after the Product ID. The Acme plugin supports the following product IDs:
341342

integration-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
{
117117
"name": "WindowsDns_Password",
118118
"description": "Windows DNS: Password for remote server (Optional)"
119+
},
120+
{
121+
"name": "DnsVerificationServer",
122+
"description": "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.)."
119123
}
120124
],
121125
"enrollment_config": [],

0 commit comments

Comments
 (0)