]> git.proxmox.com Git - proxmox-acme.git/commitdiff
dns: complete OVH schema
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 May 2020 16:34:33 +0000 (18:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 May 2020 16:34:33 +0000 (18:34 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/ACME/DNSChallenge.pm

index 534922dc55619dff041b4ec6fcaf19723b78931a..2bef36963f0ac2cc5b69d46031d8947415c98bec 100644 (file)
@@ -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' => {