[pve-devel] [manager 4/6] allow acme.sh as plugin

Wolfgang Link w.link at proxmox.com
Mon Oct 14 13:08:20 CEST 2019


---
 PVE/NodeConfig.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/NodeConfig.pm b/PVE/NodeConfig.pm
index a807c710..7817bd1e 100644
--- a/PVE/NodeConfig.pm
+++ b/PVE/NodeConfig.pm
@@ -73,7 +73,7 @@ my $acmedesc = {
     account => get_standard_option('pve-acme-account-name'),
     plugin => {
 	type => 'string',
-	enum => ['standalone'],
+	enum => ['standalone', 'acme_sh'],
 	default => 'standalone',
 	optional => 1,
 	description => 'Supported ACME Plugins',
-- 
2.20.1





More information about the pve-devel mailing list