]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/PVE/ACME.pm
Add DNSChallenge Plugin
[proxmox-acme.git] / src / PVE / ACME.pm
index 114eb41ca8ef00de4e0389887761b3557c8a4438..46b8fb17d494bd2467ff1f14650bda812010b715 100644 (file)
@@ -23,6 +23,8 @@ file_set_contents
 file_get_contents
 );
 
+use PVE::ACME::DNSChallenge;
+
 Crypt::OpenSSL::RSA->import_random_seed();
 
 my $LETSENCRYPT_STAGING = 'https://acme-staging-v02.api.letsencrypt.org/directory';