]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/PVE/ACME/StandAlone.pm
Implement function to resolve all subplugins
[proxmox-acme.git] / src / PVE / ACME / StandAlone.pm
index 73caef698cdc1220191743a315b94e36dbc184fb..310e62710863e8e5f1e29f82919dc857173f186d 100644 (file)
@@ -33,6 +33,10 @@ sub extract_challenge {
     return PVE::ACME::Challenge->extract_challenge($challenge, 'http-01');
 }
 
+sub get_subplugins {
+    return [];
+}
+
 sub setup {
     my ($class, $data) = @_;