@@ -46,7 +46,7 @@ public static Dictionary<string, PropertyConfigInfo> GetPluginAnnotations()
4646 } ,
4747 [ "DnsProvider" ] = new PropertyConfigInfo ( )
4848 {
49- Comments = "DNS Provider to use for ACME DNS-01 challenges (options: Google, Cloudflare, AwsRoute53, Azure, Ns1, Rfc2136, Infoblox)" ,
49+ Comments = "DNS Provider to use for ACME DNS-01 challenges (options: Google, Cloudflare, Ns1, Rfc2136, Infoblox)" ,
5050 Hidden = false ,
5151 DefaultValue = "Google" ,
5252 Type = "String"
@@ -93,51 +93,7 @@ public static Dictionary<string, PropertyConfigInfo> GetPluginAnnotations()
9393 Type = "Secret"
9494 } ,
9595
96- // Azure DNS
97- [ "Azure_ClientId" ] = new PropertyConfigInfo ( )
98- {
99- Comments = "Azure DNS: ClientId only if using Azure DNS and Not Managed Itentity in Azure (Optional)" ,
100- Hidden = false ,
101- DefaultValue = "" ,
102- Type = "Secret"
103- } ,
104- [ "Azure_ClientSecret" ] = new PropertyConfigInfo ( )
105- {
106- Comments = "Azure DNS: ClientSecret only if using Azure DNS and Not Managed Itentity in Azure (Optional)" ,
107- Hidden = true ,
108- DefaultValue = "" ,
109- Type = "Secret"
110- } ,
111- [ "Azure_SubscriptionId" ] = new PropertyConfigInfo ( )
112- {
113- Comments = "Azure DNS: SubscriptionId only if using Azure DNS and Not Managed Itentity in Azure (Optional)" ,
114- Hidden = false ,
115- DefaultValue = "" ,
116- Type = "String"
117- } ,
118- [ "Azure_TenantId" ] = new PropertyConfigInfo ( )
119- {
120- Comments = "Azure DNS: TenantId only if using Azure DNS and Not Managed Itentity in Azure (Optional)" ,
121- Hidden = false ,
122- DefaultValue = "" ,
123- Type = "String"
124- } ,
125- [ "AwsRoute53_AccessKey" ] = new PropertyConfigInfo ( )
126- {
127- Comments = "Aws DNS: Access Key only if not using AWS DNS and default AWS Chain Creds on AWS (Optional)" ,
128- Hidden = false ,
129- DefaultValue = "" ,
130- Type = "String"
131- } ,
132- [ "AwsRoute53_SecretKey" ] = new PropertyConfigInfo ( )
133- {
134- Comments = "Aws DNS: Secret Key only if using AWS DNS and not using default AWS Chain Creds on AWS (Optional)" ,
135- Hidden = true ,
136- DefaultValue = "" ,
137- Type = "Secret"
138- }
13996 //IBM NS1 DNS
140- ,
14197 [ "Ns1_ApiKey" ] = new PropertyConfigInfo ( )
14298 {
14399 Comments = "Ns1 DNS: Api Key only if Using Ns1 DNS (Optional)" ,
0 commit comments