]> git.proxmox.com Git - pmg-api.git/blobdiff - src/PMG/API2/Certificates.pm
add missing use statement
[pmg-api.git] / src / PMG / API2 / Certificates.pm
index fc1025e24236bb2b75165aa53c17bc11ca306530..775d5758ad5d282fcc20731d68567135ebc80b1f 100644 (file)
@@ -10,6 +10,7 @@ use PVE::Tools qw(extract_param file_get_contents file_set_contents);
 
 use PMG::CertHelpers;
 use PMG::NodeConfig;
+use PMG::RS::Acme;
 use PMG::RS::CSR;
 
 use PMG::API2::ACMEPlugin;