[pve-devel] [manager 6/6] Add dns_api_config.

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Oct 18 11:27:03 CEST 2019


I don't understand how this relates to #5 ? it's also seemingly not used 
anywhere?

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
> 
> 




More information about the pve-devel mailing list