[pmg-devel] [PATCH api 1/4] add missing use statement
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed Mar 17 11:02:13 CET 2021
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
src/PMG/API2/Certificates.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PMG/API2/Certificates.pm b/src/PMG/API2/Certificates.pm
index fc1025e..775d575 100644
--- a/src/PMG/API2/Certificates.pm
+++ b/src/PMG/API2/Certificates.pm
@@ -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;
--
2.20.1
More information about the pmg-devel
mailing list