From: Thomas Lamprecht Date: Tue, 5 May 2020 16:34:33 +0000 (+0200) Subject: dns: complete OVH schema X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=69ce6537ab87e0912a4ab57bd2c50b8e8ef157d5 dns: complete OVH schema Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm index 534922d..2bef369 100644 --- a/src/PVE/ACME/DNSChallenge.pm +++ b/src/PVE/ACME/DNSChallenge.pm @@ -102,6 +102,8 @@ my $plugins = { 'ovh' => { 'OVH_END_POINT' => { description => "The OVH endpoint", + default => "ovh-eu", + optional => 1, type => 'string', }, 'OVH_AK' => { @@ -112,6 +114,11 @@ my $plugins = { description => "The application secret.", type => 'string', }, + 'OVH_CK' => { + description => "The consumer key.", + optional => 1, + type => 'string', + }, }, 'pdns' => { 'PDNS_Url' => {