]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/PVE/ACME/DNSChallenge.pm
dns: complete OVH schema
[proxmox-acme.git] / 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' => {