|
37 | 37 | "name": "SignerEncryptionPhrase", |
38 | 38 | "description": "Used to encrypt singer information when account is saved to disk (optional)" |
39 | 39 | }, |
40 | | - { |
41 | | - "name": "DnsProvider", |
42 | | - "description": "DNS Provider to use for ACME DNS-01 challenges (options: Google, Cloudflare, AwsRoute53, Azure, Ns1, Rfc2136, Infoblox)" |
43 | | - }, |
44 | | - { |
45 | | - "name": "Google_ServiceAccountKeyPath", |
46 | | - "description": "Google Cloud DNS: Path to service account JSON key file only if using Google DNS (Optional)" |
47 | | - }, |
48 | | - { |
49 | | - "name": "Google_ServiceAccountKeyJson", |
50 | | - "description": "Google Cloud DNS: Service account JSON key content (alternative to file path for containerized deployments)" |
51 | | - }, |
52 | | - { |
53 | | - "name": "Google_ProjectId", |
54 | | - "description": "Google Cloud DNS: Project ID only if using Google DNS (Optional)" |
55 | | - }, |
56 | 40 | { |
57 | 41 | "name": "AccountStoragePath", |
58 | 42 | "description": "Path for ACME account storage. Defaults to %APPDATA%\\AcmeAccounts on Windows or ./AcmeAccounts in containers." |
59 | 43 | }, |
60 | | - { |
61 | | - "name": "Cloudflare_ApiToken", |
62 | | - "description": "Cloudflare DNS: API Token only if using Cloudflare DNS (Optional)" |
63 | | - }, |
64 | | - { |
65 | | - "name": "Azure_ClientId", |
66 | | - "description": "Azure DNS: ClientId only if using Azure DNS and Not Managed Itentity in Azure (Optional)" |
67 | | - }, |
68 | | - { |
69 | | - "name": "Azure_ClientSecret", |
70 | | - "description": "Azure DNS: ClientSecret only if using Azure DNS and Not Managed Itentity in Azure (Optional)" |
71 | | - }, |
72 | | - { |
73 | | - "name": "Azure_SubscriptionId", |
74 | | - "description": "Azure DNS: SubscriptionId only if using Azure DNS and Not Managed Itentity in Azure (Optional)" |
75 | | - }, |
76 | | - { |
77 | | - "name": "Azure_TenantId", |
78 | | - "description": "Azure DNS: TenantId only if using Azure DNS and Not Managed Itentity in Azure (Optional)" |
79 | | - }, |
80 | | - { |
81 | | - "name": "AwsRoute53_AccessKey", |
82 | | - "description": "Aws DNS: Access Key only if not using AWS DNS and default AWS Chain Creds on AWS (Optional)" |
83 | | - }, |
84 | | - { |
85 | | - "name": "AwsRoute53_SecretKey", |
86 | | - "description": "Aws DNS: Secret Key only if using AWS DNS and not using default AWS Chain Creds on AWS (Optional)" |
87 | | - }, |
88 | | - { |
89 | | - "name": "Ns1_ApiKey", |
90 | | - "description": "Ns1 DNS: Api Key only if Using Ns1 DNS (Optional)" |
91 | | - }, |
92 | | - { |
93 | | - "name": "Rfc2136_Server", |
94 | | - "description": "RFC 2136 DNS: Server hostname or IP address (Optional)" |
95 | | - }, |
96 | | - { |
97 | | - "name": "Rfc2136_Port", |
98 | | - "description": "RFC 2136 DNS: Server port (default 53) (Optional)" |
99 | | - }, |
100 | | - { |
101 | | - "name": "Rfc2136_Zone", |
102 | | - "description": "RFC 2136 DNS: Zone name (e.g., example.com) (Optional)" |
103 | | - }, |
104 | | - { |
105 | | - "name": "Rfc2136_TsigKeyName", |
106 | | - "description": "RFC 2136 DNS: TSIG key name for authentication (Optional)" |
107 | | - }, |
108 | | - { |
109 | | - "name": "Rfc2136_TsigKey", |
110 | | - "description": "RFC 2136 DNS: TSIG key (base64 encoded) for authentication (Optional)" |
111 | | - }, |
112 | | - { |
113 | | - "name": "Rfc2136_TsigAlgorithm", |
114 | | - "description": "RFC 2136 DNS: TSIG algorithm (default hmac-sha256) (Optional)" |
115 | | - }, |
116 | 44 | { |
117 | 45 | "name": "DnsVerificationServer", |
118 | | - "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.)." |
119 | | - }, |
120 | | - { |
121 | | - "name": "Infoblox_Host", |
122 | | - "description": "Infoblox DNS: API URL (e.g., https://infoblox.example.com/wapi/v2.12) only if using Infoblox DNS (Optional)" |
123 | | - }, |
124 | | - { |
125 | | - "name": "Infoblox_Username", |
126 | | - "description": "Infoblox DNS: Username for authentication only if using Infoblox DNS (Optional)" |
127 | | - }, |
128 | | - { |
129 | | - "name": "Infoblox_Password", |
130 | | - "description": "Infoblox DNS: Password for authentication only if using Infoblox DNS (Optional)" |
| 46 | + "description": "DNS server used to verify TXT record propagation and to resolve CNAME delegation chains. 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.)." |
131 | 47 | } |
132 | 48 | ], |
133 | 49 | "enrollment_config": [], |
|
0 commit comments