[pve-devel] [manager 6/6] Add dns_api_config.
Wolfgang Link
w.link at proxmox.com
Mon Oct 21 12:11:37 CEST 2019
On 10/18/19 11:27 AM, Fabian Grünbichler wrote:
> I don't understand how this relates to #5 ? it's also seemingly not used
> anywhere?
This is the alternative for dynamic loading the plugin form the key file
name
and should be the alternative for the implementation in patch #5
> On October 14, 2019 1:08 pm, Wolfgang Link wrote:
>> The DNS challenge uses this parameter for API authentication.
>> ---
>> PVE/NodeConfig.pm | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/PVE/NodeConfig.pm b/PVE/NodeConfig.pm
>> index b84590ac..f605c7ee 100644
>> --- a/PVE/NodeConfig.pm
>> +++ b/PVE/NodeConfig.pm
>> @@ -78,6 +78,12 @@ my $acmedesc = {
>> optional => 1,
>> description => 'Supported ACME Plugins',
>> },
>> + dns_api_config => {
>> + type => 'string',
>> + format_description => '/local/priv/acme_sh/default',
>> + description => 'relative path from /etc/pve/',
>> + optional => 1,
>> + },
>> alias => {
>> type => 'string',
>> format => 'pve-acme-domain',
>> --
>> 2.20.1
>>
>>
>> _______________________________________________
>> pve-devel mailing list
>> pve-devel at pve.proxmox.com
>> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>>
>>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
More information about the pve-devel
mailing list