From 69ce6537ab87e0912a4ab57bd2c50b8e8ef157d5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 5 May 2020 18:34:33 +0200 Subject: [PATCH 1/1] dns: complete OVH schema Signed-off-by: Thomas Lamprecht --- src/PVE/ACME/DNSChallenge.pm | 7 +++++++ 1 file changed, 7 insertions(+) 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' => { -- 2.39.2