X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=blobdiff_plain;f=src%2FPVE%2FACME%2FStandAlone.pm;h=310e62710863e8e5f1e29f82919dc857173f186d;hp=73caef698cdc1220191743a315b94e36dbc184fb;hb=169250014f2639f2696828b53c1f778f206db6a8;hpb=54fd0088c11e2f2fcbcf8bdd83ac581000a9acd7 diff --git a/src/PVE/ACME/StandAlone.pm b/src/PVE/ACME/StandAlone.pm index 73caef6..310e627 100644 --- a/src/PVE/ACME/StandAlone.pm +++ b/src/PVE/ACME/StandAlone.pm @@ -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) = @_;