]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/PVE/ACME/DNSChallenge.pm
Implement function to resolve all subplugins
[proxmox-acme.git] / src / PVE / ACME / DNSChallenge.pm
index 7af442ec5d847295eb6aef9776d5720419ea315e..f62333b2410052e30954ac0f9e32b34b1bdbeee8 100644 (file)
@@ -153,6 +153,10 @@ sub extract_challenge {
 
     return PVE::ACME::Challenge->extract_challenge($challenge, 'dns-01');
 }
+    
+sub get_subplugins {
+    return $api_name_list;
+}
 
 # The order of the parameters passed to proxmox-acme is important
 # proxmox-acme setup $plugin [$domain|$alias] $txtvalue $plugin_conf_string